Shades of Rio Grande #B9BB24
Tints of Rio Grande #B9BB24
RGB
CMYK
RGB Variations
Color information
#B9BB24 (or 0xB9BB24) is known color: Rio Grande. HEX triplet: B9, BB and 24. RGB value is (185,187,36). Sum of RGB (Red+Green+Blue) = 185+187+36=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BB24 is #4644DB. Grayscale: #A9A9A9. Windows color (decimal): -4605148 or 2407353. OLE color: 2407353.
HSL color Cylindrical-coordinate representation of color #B9BB24: hue angle of 60.79º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9BB24 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 36 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.27 |
| HSL | 60.79º | 0.68% | 0.44% | - |
| HSV(B) | 60.79º | 0.81% | 0.73% | - |
| XYZ | 38.1 | 45.98 | 8.54 | - |
| YUV | 169.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 36 | 0.01 | 0 | 0.81 | 0.27 | 60.79 | 0.68 | 0.44 |
| Hex | B9 | BB | 24 | 1 | 0 | 51 | 1B | 3D | 44 | 2C |
| Octal | 271 | 273 | 44 | 1 | 0 | 121 | 33 | 75 | 104 | 54 |
| Binary | 10111001 | 10111011 | 100100 | 1 | 0 | 1010001 | 11011 | 111101 | 1000100 | 101100 |
Color Harmonies of #B9BB24
Complementary color
Monochromatic Colors of #B9BB24
Black with #B9BB24
Text Example
Text Example
White with #B9BB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BB24; }
p { color: rgb(185,187,36); }
H1.HeaderClassName
{
color: #B9BB24;
}
.AnyTagClassName
{
color: #B9BB24;
}
</style>
background-color css
<style>
a { background-color: #B9BB24; }
a { background-color: rgb(185,187,36); }
div.DivClassName
{
background-color: #B9BB24;
}
.BgClassName
{
background-color: #B9BB24;
}
</style>
border-color css
<style>
span { border-color: #B9BB24; }
span { border-color: rgb(185,187,36); }
td.TdClassName
{
border-color: #B9BB24;
}
.TagClassName
{
border-color: #B9BB24;
}
</style>