Shades of Rio Grande #B9C420
Tints of Rio Grande #B9C420
RGB
CMYK
RGB Variations
Color information
#B9C420 (or 0xB9C420) is known color: Rio Grande. HEX triplet: B9, C4 and 20. RGB value is (185,196,32). Sum of RGB (Red+Green+Blue) = 185+196+32=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C420 is #463BDF. Grayscale: #AEAEAE. Windows color (decimal): -4602848 or 2147513. OLE color: 2147513.
HSL color Cylindrical-coordinate representation of color #B9C420: hue angle of 64.02º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9C420 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 32 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.23 |
| HSL | 64.02º | 0.72% | 0.45% | - |
| HSV(B) | 64.02º | 0.84% | 0.77% | - |
| XYZ | 40.01 | 49.9 | 8.89 | - |
| YUV | 174.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 32 | 0.06 | 0 | 0.84 | 0.23 | 64.02 | 0.72 | 0.45 |
| Hex | B9 | C4 | 20 | 6 | 0 | 54 | 17 | 40 | 48 | 2D |
| Octal | 271 | 304 | 40 | 6 | 0 | 124 | 27 | 100 | 110 | 55 |
| Binary | 10111001 | 11000100 | 100000 | 110 | 0 | 1010100 | 10111 | 1000000 | 1001000 | 101101 |
Color Harmonies of #B9C420
Complementary color
Monochromatic Colors of #B9C420
Black with #B9C420
Text Example
Text Example
White with #B9C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C420; }
p { color: rgb(185,196,32); }
H1.HeaderClassName
{
color: #B9C420;
}
.AnyTagClassName
{
color: #B9C420;
}
</style>
background-color css
<style>
a { background-color: #B9C420; }
a { background-color: rgb(185,196,32); }
div.DivClassName
{
background-color: #B9C420;
}
.BgClassName
{
background-color: #B9C420;
}
</style>
border-color css
<style>
span { border-color: #B9C420; }
span { border-color: rgb(185,196,32); }
td.TdClassName
{
border-color: #B9C420;
}
.TagClassName
{
border-color: #B9C420;
}
</style>