Shades of Rio Grande #B9CB14
Tints of Rio Grande #B9CB14
RGB
CMYK
RGB Variations
Color information
#B9CB14 (or 0xB9CB14) is known color: Rio Grande. HEX triplet: B9, CB and 14. RGB value is (185,203,20). Sum of RGB (Red+Green+Blue) = 185+203+20=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CB14 is #4634EB. Grayscale: #B1B1B1. Windows color (decimal): -4601068 or 1362873. OLE color: 1362873.
HSL color Cylindrical-coordinate representation of color #B9CB14: hue angle of 65.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9CB14 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 20 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.20 |
| HSL | 65.9º | 0.82% | 0.44% | - |
| HSV(B) | 65.9º | 0.9% | 0.8% | - |
| XYZ | 41.49 | 53.08 | 8.72 | - |
| YUV | 176.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 20 | 0.09 | 0 | 0.90 | 0.20 | 65.9 | 0.82 | 0.44 |
| Hex | B9 | CB | 14 | 9 | 0 | 5A | 14 | 42 | 52 | 2C |
| Octal | 271 | 313 | 24 | 11 | 0 | 132 | 24 | 102 | 122 | 54 |
| Binary | 10111001 | 11001011 | 10100 | 1001 | 0 | 1011010 | 10100 | 1000010 | 1010010 | 101100 |
Color Harmonies of #B9CB14
Complementary color
Monochromatic Colors of #B9CB14
Black with #B9CB14
Text Example
Text Example
White with #B9CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB14; }
p { color: rgb(185,203,20); }
H1.HeaderClassName
{
color: #B9CB14;
}
.AnyTagClassName
{
color: #B9CB14;
}
</style>
background-color css
<style>
a { background-color: #B9CB14; }
a { background-color: rgb(185,203,20); }
div.DivClassName
{
background-color: #B9CB14;
}
.BgClassName
{
background-color: #B9CB14;
}
</style>
border-color css
<style>
span { border-color: #B9CB14; }
span { border-color: rgb(185,203,20); }
td.TdClassName
{
border-color: #B9CB14;
}
.TagClassName
{
border-color: #B9CB14;
}
</style>