#b1c31c

Color #B1C31C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B1C31C

Tints of Rio Grande #B1C31C

Color information

#B1C31C (or 0xB1C31C) is unknown color: approx Rio Grande. HEX triplet: B1, C3 and 1C. RGB value is (177,195,28). Sum of RGB (Red+Green+Blue) = 177+195+28=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C31C is #4E3CE3. Grayscale: #ABABAB. Windows color (decimal): -5127396 or 1885105. OLE color: 1885105.

HSL color Cylindrical-coordinate representation of color #B1C31C: hue angle of 66.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1C31C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB17719528-
CMYK0.0900.860.24
HSL66.47º74.89%43.73%-
HSV(B)66.47º85.64%76.47%-
XYZ37.8648.468.46-
YUV170.5847.54132.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 195 (76.56% from 255) = 48.75%
BLUE value IS 28 (11.33% from 255) = 7%
R=44.25%
G=48.75%
B=7%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177195280.0900.860.2466.4774.8943.73
HexB1C31C905618424b2c
Octal261303341101263010211354
Binary1011000111000011111001001010101101100010000101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1c31c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1c31c; }

 p { color: rgb(177,195,28); }

 H1.HeaderClassName
 {
   color: #b1c31c;
 }
 .AnyTagClassName
 {
   color: #b1c31c;
 }
</style>
background-color css

<style>
 a { background-color: #b1c31c; }

 a { background-color: rgb(177,195,28); }

 div.DivClassName
 {
   background-color: #b1c31c;
 }
 .BgClassName
 {
   background-color: #b1c31c;
 }
</style>
border-color css

<style>
 span { border-color: #b1c31c; }

 span { border-color: rgb(177,195,28); }

 td.TdClassName
 {
   border-color: #b1c31c;
 }
 .TagClassName
 {
   border-color: #b1c31c;
 }
</style>