Shades of Rio Grande #B9B920
Tints of Rio Grande #B9B920
RGB
CMYK
RGB Variations
Color information
#B9B920 (or 0xB9B920) is known color: Rio Grande. HEX triplet: B9, B9 and 20. RGB value is (185,185,32). Sum of RGB (Red+Green+Blue) = 185+185+32=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B920 is #4646DF. Grayscale: #A8A8A8. Windows color (decimal): -4605664 or 2144697. OLE color: 2144697.
HSL color Cylindrical-coordinate representation of color #B9B920: hue angle of 60º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9B920 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 32 | - |
| CMYK | 0 | 0 | 0.83 | 0.27 |
| HSL | 60º | 0.71% | 0.43% | - |
| HSV(B) | 60º | 0.83% | 0.73% | - |
| XYZ | 37.62 | 45.12 | 8.09 | - |
| YUV | 167.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 32 | 0 | 0 | 0.83 | 0.27 | 60 | 0.71 | 0.43 |
| Hex | B9 | B9 | 20 | 0 | 0 | 53 | 1B | 3C | 47 | 2B |
| Octal | 271 | 271 | 40 | 0 | 0 | 123 | 33 | 74 | 107 | 53 |
| Binary | 10111001 | 10111001 | 100000 | 0 | 0 | 1010011 | 11011 | 111100 | 1000111 | 101011 |
Color Harmonies of #B9B920
Complementary color
Monochromatic Colors of #B9B920
Black with #B9B920
Text Example
Text Example
White with #B9B920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B920; }
p { color: rgb(185,185,32); }
H1.HeaderClassName
{
color: #B9B920;
}
.AnyTagClassName
{
color: #B9B920;
}
</style>
background-color css
<style>
a { background-color: #B9B920; }
a { background-color: rgb(185,185,32); }
div.DivClassName
{
background-color: #B9B920;
}
.BgClassName
{
background-color: #B9B920;
}
</style>
border-color css
<style>
span { border-color: #B9B920; }
span { border-color: rgb(185,185,32); }
td.TdClassName
{
border-color: #B9B920;
}
.TagClassName
{
border-color: #B9B920;
}
</style>