Shades of Rio Grande #B9BA21
Tints of Rio Grande #B9BA21
RGB
CMYK
RGB Variations
Color information
#B9BA21 (or 0xB9BA21) is known color: Rio Grande. HEX triplet: B9, BA and 21. RGB value is (185,186,33). Sum of RGB (Red+Green+Blue) = 185+186+33=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA21 is #4645DE. Grayscale: #A8A8A8. Windows color (decimal): -4605407 or 2210489. OLE color: 2210489.
HSL color Cylindrical-coordinate representation of color #B9BA21: hue angle of 60.39º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9BA21 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 33 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.27 |
| HSL | 60.39º | 0.7% | 0.43% | - |
| HSV(B) | 60.39º | 0.82% | 0.73% | - |
| XYZ | 37.84 | 45.54 | 8.23 | - |
| YUV | 168.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 33 | 0.01 | 0 | 0.82 | 0.27 | 60.39 | 0.7 | 0.43 |
| Hex | B9 | BA | 21 | 1 | 0 | 52 | 1B | 3C | 46 | 2B |
| Octal | 271 | 272 | 41 | 1 | 0 | 122 | 33 | 74 | 106 | 53 |
| Binary | 10111001 | 10111010 | 100001 | 1 | 0 | 1010010 | 11011 | 111100 | 1000110 | 101011 |
Color Harmonies of #B9BA21
Complementary color
Monochromatic Colors of #B9BA21
Black with #B9BA21
Text Example
Text Example
White with #B9BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA21; }
p { color: rgb(185,186,33); }
H1.HeaderClassName
{
color: #B9BA21;
}
.AnyTagClassName
{
color: #B9BA21;
}
</style>
background-color css
<style>
a { background-color: #B9BA21; }
a { background-color: rgb(185,186,33); }
div.DivClassName
{
background-color: #B9BA21;
}
.BgClassName
{
background-color: #B9BA21;
}
</style>
border-color css
<style>
span { border-color: #B9BA21; }
span { border-color: rgb(185,186,33); }
td.TdClassName
{
border-color: #B9BA21;
}
.TagClassName
{
border-color: #B9BA21;
}
</style>