Shades of Rio Grande #B9CB16
Tints of Rio Grande #B9CB16
RGB
CMYK
RGB Variations
Color information
#B9CB16 (or 0xB9CB16) is known color: Rio Grande. HEX triplet: B9, CB and 16. RGB value is (185,203,22). Sum of RGB (Red+Green+Blue) = 185+203+22=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CB16 is #4634E9. Grayscale: #B1B1B1. Windows color (decimal): -4601066 or 1493945. OLE color: 1493945.
HSL color Cylindrical-coordinate representation of color #B9CB16: hue angle of 65.97º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9CB16 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 22 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.20 |
| HSL | 65.97º | 0.8% | 0.44% | - |
| HSV(B) | 65.97º | 0.89% | 0.8% | - |
| XYZ | 41.51 | 53.08 | 8.82 | - |
| YUV | 176.98 | 40.54 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 22 | 0.09 | 0 | 0.89 | 0.20 | 65.97 | 0.8 | 0.44 |
| Hex | B9 | CB | 16 | 9 | 0 | 59 | 14 | 42 | 50 | 2C |
| Octal | 271 | 313 | 26 | 11 | 0 | 131 | 24 | 102 | 120 | 54 |
| Binary | 10111001 | 11001011 | 10110 | 1001 | 0 | 1011001 | 10100 | 1000010 | 1010000 | 101100 |
Color Harmonies of #B9CB16
Complementary color
Monochromatic Colors of #B9CB16
Black with #B9CB16
Text Example
Text Example
White with #B9CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB16; }
p { color: rgb(185,203,22); }
H1.HeaderClassName
{
color: #B9CB16;
}
.AnyTagClassName
{
color: #B9CB16;
}
</style>
background-color css
<style>
a { background-color: #B9CB16; }
a { background-color: rgb(185,203,22); }
div.DivClassName
{
background-color: #B9CB16;
}
.BgClassName
{
background-color: #B9CB16;
}
</style>
border-color css
<style>
span { border-color: #B9CB16; }
span { border-color: rgb(185,203,22); }
td.TdClassName
{
border-color: #B9CB16;
}
.TagClassName
{
border-color: #B9CB16;
}
</style>