Shades of Rio Grande #B5BC18
Tints of Rio Grande #B5BC18
RGB
CMYK
RGB Variations
Color information
#B5BC18 (or 0xB5BC18) is known color: 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
| RGB | 181 | 188 | 24 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.26 |
| HSL | 62.56º | 0.77% | 0.42% | - |
| HSV(B) | 62.56º | 0.87% | 0.74% | - |
| XYZ | 37.2 | 45.86 | 7.75 | - |
| YUV | 167.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 24 | 0.04 | 0 | 0.87 | 0.26 | 62.56 | 0.77 | 0.42 |
| Hex | B5 | BC | 18 | 4 | 0 | 57 | 1A | 3F | 4D | 2A |
| Octal | 265 | 274 | 30 | 4 | 0 | 127 | 32 | 77 | 115 | 52 |
| Binary | 10110101 | 10111100 | 11000 | 100 | 0 | 1010111 | 11010 | 111111 | 1001101 | 101010 |
Color Harmonies of #B5BC18
Complementary color
Monochromatic Colors of #B5BC18
Black with #B5BC18
Text Example
Text Example
White with #B5BC18
Text Example
Text Example
HTML Codes & Css Web 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>