Shades of Rio Grande #B4CB18
Tints of Rio Grande #B4CB18
RGB
CMYK
RGB Variations
Color information
#B4CB18 (or 0xB4CB18) is known color: Rio Grande. HEX triplet: B4, CB and 18. RGB value is (180,203,24). Sum of RGB (Red+Green+Blue) = 180+203+24=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CB18 is #4B34E7. Grayscale: #B0B0B0. Windows color (decimal): -4928744 or 1625012. OLE color: 1625012.
HSL color Cylindrical-coordinate representation of color #B4CB18: hue angle of 67.71º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4CB18 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 24 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.20 |
| HSL | 67.71º | 0.79% | 0.45% | - |
| HSV(B) | 67.71º | 0.88% | 0.8% | - |
| XYZ | 40.34 | 52.48 | 8.87 | - |
| YUV | 175.72 | 42.38 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 24 | 0.11 | 0 | 0.88 | 0.20 | 67.71 | 0.79 | 0.45 |
| Hex | B4 | CB | 18 | B | 0 | 58 | 14 | 44 | 4F | 2D |
| Octal | 264 | 313 | 30 | 13 | 0 | 130 | 24 | 104 | 117 | 55 |
| Binary | 10110100 | 11001011 | 11000 | 1011 | 0 | 1011000 | 10100 | 1000100 | 1001111 | 101101 |
Color Harmonies of #B4CB18
Complementary color
Monochromatic Colors of #B4CB18
Black with #B4CB18
Text Example
Text Example
White with #B4CB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CB18; }
p { color: rgb(180,203,24); }
H1.HeaderClassName
{
color: #B4CB18;
}
.AnyTagClassName
{
color: #B4CB18;
}
</style>
background-color css
<style>
a { background-color: #B4CB18; }
a { background-color: rgb(180,203,24); }
div.DivClassName
{
background-color: #B4CB18;
}
.BgClassName
{
background-color: #B4CB18;
}
</style>
border-color css
<style>
span { border-color: #B4CB18; }
span { border-color: rgb(180,203,24); }
td.TdClassName
{
border-color: #B4CB18;
}
.TagClassName
{
border-color: #B4CB18;
}
</style>