#B6BC18

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

Shades of Rio Grande #B6BC18

Tints of Rio Grande #B6BC18

Color information

#B6BC18 (or 0xB6BC18) is unknown color: approx Rio Grande. HEX triplet: B6, BC and 18. RGB value is (182,188,24). Sum of RGB (Red+Green+Blue) = 182+188+24=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BC18 is #4943E7. Grayscale: #A8A8A8. Windows color (decimal): -4801512 or 1621174. OLE color: 1621174.

HSL color Cylindrical-coordinate representation of color #B6BC18: hue angle of 62.2º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6BC18 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18218824-
CMYK0.0300.870.26
HSL62.2º77.36%41.57%-
HSV(B)62.2º87.23%73.73%-
XYZ37.4445.987.77-
YUV167.5147.01138.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 188 (73.83% from 255) = 47.72%
BLUE value IS 24 (9.77% from 255) = 6.09%
R=46.19%
G=47.72%
B=6.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182188240.0300.870.2662.277.3641.57
HexB6BC1830571A3e4d2a
Octal2662743030127327611552
Binary1011011010111100110001101010111110101111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BC18; }

 p { color: rgb(182,188,24); }

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

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

 a { background-color: rgb(182,188,24); }

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

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

 span { border-color: rgb(182,188,24); }

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