Shades of Rio Grande #B9C020
Tints of Rio Grande #B9C020
RGB
CMYK
RGB Variations
Color information
#B9C020 (or 0xB9C020) is known color: Rio Grande. HEX triplet: B9, C0 and 20. RGB value is (185,192,32). Sum of RGB (Red+Green+Blue) = 185+192+32=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C020 is #463FDF. Grayscale: #ACACAC. Windows color (decimal): -4603872 or 2146489. OLE color: 2146489.
HSL color Cylindrical-coordinate representation of color #B9C020: hue angle of 62.63º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9C020 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 32 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.25 |
| HSL | 62.63º | 0.71% | 0.44% | - |
| HSV(B) | 62.63º | 0.83% | 0.75% | - |
| XYZ | 39.12 | 48.12 | 8.59 | - |
| YUV | 171.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 32 | 0.04 | 0 | 0.83 | 0.25 | 62.63 | 0.71 | 0.44 |
| Hex | B9 | C0 | 20 | 4 | 0 | 53 | 19 | 3F | 47 | 2C |
| Octal | 271 | 300 | 40 | 4 | 0 | 123 | 31 | 77 | 107 | 54 |
| Binary | 10111001 | 11000000 | 100000 | 100 | 0 | 1010011 | 11001 | 111111 | 1000111 | 101100 |
Color Harmonies of #B9C020
Complementary color
Monochromatic Colors of #B9C020
Black with #B9C020
Text Example
Text Example
White with #B9C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C020; }
p { color: rgb(185,192,32); }
H1.HeaderClassName
{
color: #B9C020;
}
.AnyTagClassName
{
color: #B9C020;
}
</style>
background-color css
<style>
a { background-color: #B9C020; }
a { background-color: rgb(185,192,32); }
div.DivClassName
{
background-color: #B9C020;
}
.BgClassName
{
background-color: #B9C020;
}
</style>
border-color css
<style>
span { border-color: #B9C020; }
span { border-color: rgb(185,192,32); }
td.TdClassName
{
border-color: #B9C020;
}
.TagClassName
{
border-color: #B9C020;
}
</style>