Shades of Rio Grande #B9CB20
Tints of Rio Grande #B9CB20
RGB
CMYK
RGB Variations
Color information
#B9CB20 (or 0xB9CB20) is known color: Rio Grande. HEX triplet: B9, CB and 20. RGB value is (185,203,32). Sum of RGB (Red+Green+Blue) = 185+203+32=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CB20 is #4634DF. Grayscale: #B2B2B2. Windows color (decimal): -4601056 or 2149305. OLE color: 2149305.
HSL color Cylindrical-coordinate representation of color #B9CB20: hue angle of 66.32º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9CB20 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 32 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.20 |
| HSL | 66.32º | 0.73% | 0.46% | - |
| HSV(B) | 66.32º | 0.84% | 0.8% | - |
| XYZ | 41.62 | 53.13 | 9.43 | - |
| YUV | 178.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 32 | 0.09 | 0 | 0.84 | 0.20 | 66.32 | 0.73 | 0.46 |
| Hex | B9 | CB | 20 | 9 | 0 | 54 | 14 | 42 | 49 | 2E |
| Octal | 271 | 313 | 40 | 11 | 0 | 124 | 24 | 102 | 111 | 56 |
| Binary | 10111001 | 11001011 | 100000 | 1001 | 0 | 1010100 | 10100 | 1000010 | 1001001 | 101110 |
Color Harmonies of #B9CB20
Complementary color
Monochromatic Colors of #B9CB20
Black with #B9CB20
Text Example
Text Example
White with #B9CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB20; }
p { color: rgb(185,203,32); }
H1.HeaderClassName
{
color: #B9CB20;
}
.AnyTagClassName
{
color: #B9CB20;
}
</style>
background-color css
<style>
a { background-color: #B9CB20; }
a { background-color: rgb(185,203,32); }
div.DivClassName
{
background-color: #B9CB20;
}
.BgClassName
{
background-color: #B9CB20;
}
</style>
border-color css
<style>
span { border-color: #B9CB20; }
span { border-color: rgb(185,203,32); }
td.TdClassName
{
border-color: #B9CB20;
}
.TagClassName
{
border-color: #B9CB20;
}
</style>