Shades of Rio Grande #B9CC20
Tints of Rio Grande #B9CC20
RGB
CMYK
RGB Variations
Color information
#B9CC20 (or 0xB9CC20) is known color: Rio Grande. HEX triplet: B9, CC and 20. RGB value is (185,204,32). Sum of RGB (Red+Green+Blue) = 185+204+32=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC20 is #4633DF. Grayscale: #B3B3B3. Windows color (decimal): -4600800 or 2149561. OLE color: 2149561.
HSL color Cylindrical-coordinate representation of color #B9CC20: hue angle of 66.63º 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 #B9CC20 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 32 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.2 |
| HSL | 66.63º | 0.73% | 0.46% | - |
| HSV(B) | 66.63º | 0.84% | 0.8% | - |
| XYZ | 41.86 | 53.6 | 9.51 | - |
| YUV | 178.71 | 45.21 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 32 | 0.09 | 0 | 0.84 | 0.2 | 66.63 | 0.73 | 0.46 |
| Hex | B9 | CC | 20 | 9 | 0 | 54 | 14 | 43 | 49 | 2E |
| Octal | 271 | 314 | 40 | 11 | 0 | 124 | 24 | 103 | 111 | 56 |
| Binary | 10111001 | 11001100 | 100000 | 1001 | 0 | 1010100 | 10100 | 1000011 | 1001001 | 101110 |
Color Harmonies of #B9CC20
Complementary color
Monochromatic Colors of #B9CC20
Black with #B9CC20
Text Example
Text Example
White with #B9CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC20; }
p { color: rgb(185,204,32); }
H1.HeaderClassName
{
color: #B9CC20;
}
.AnyTagClassName
{
color: #B9CC20;
}
</style>
background-color css
<style>
a { background-color: #B9CC20; }
a { background-color: rgb(185,204,32); }
div.DivClassName
{
background-color: #B9CC20;
}
.BgClassName
{
background-color: #B9CC20;
}
</style>
border-color css
<style>
span { border-color: #B9CC20; }
span { border-color: rgb(185,204,32); }
td.TdClassName
{
border-color: #B9CC20;
}
.TagClassName
{
border-color: #B9CC20;
}
</style>