#B5BC18

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

Shades of Rio Grande #B5BC18

Tints of Rio Grande #B5BC18

Color information

#B5BC18 (or 0xB5BC18) is unknown color: approx Rio Grande. HEX triplet: B5, BC and 18. RGB value is (181,188,24). Sum of RGB (Red+Green+Blue) = 181+188+24=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC18 is #4A43E7. Grayscale: #A7A7A7. Windows color (decimal): -4867048 or 1621173. OLE color: 1621173.

HSL color Cylindrical-coordinate representation of color #B5BC18: hue angle of 62.56º 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 #B5BC18 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18118824-
CMYK0.0400.870.26
HSL62.56º77.36%41.57%-
HSV(B)62.56º87.23%73.73%-
XYZ37.245.867.75-
YUV167.2147.18137.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 24 (9.77% from 255) = 6.11%
R=46.06%
G=47.84%
B=6.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181188240.0400.870.2662.5677.3641.57
HexB5BC1840571A3f4d2a
Octal2652743040127327711552
Binary10110101101111001100010001010111110101111111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC18; }

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

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

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

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

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

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

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

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