Shades of Rio Grande #BBBA24
Tints of Rio Grande #BBBA24
RGB
CMYK
RGB Variations
Color information
#BBBA24 (or 0xBBBA24) is known color: Rio Grande. HEX triplet: BB, BA and 24. RGB value is (187,186,36). Sum of RGB (Red+Green+Blue) = 187+186+36=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA24 is #4445DB. Grayscale: #A9A9A9. Windows color (decimal): -4474332 or 2407099. OLE color: 2407099.
HSL color Cylindrical-coordinate representation of color #BBBA24: hue angle of 59.6º 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 #BBBA24 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 36 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.27 |
| HSL | 59.6º | 0.68% | 0.44% | - |
| HSV(B) | 59.6º | 0.81% | 0.73% | - |
| XYZ | 38.37 | 45.81 | 8.49 | - |
| YUV | 169.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 36 | 0 | 0.01 | 0.81 | 0.27 | 59.6 | 0.68 | 0.44 |
| Hex | BB | BA | 24 | 0 | 1 | 51 | 1B | 3C | 44 | 2C |
| Octal | 273 | 272 | 44 | 0 | 1 | 121 | 33 | 74 | 104 | 54 |
| Binary | 10111011 | 10111010 | 100100 | 0 | 1 | 1010001 | 11011 | 111100 | 1000100 | 101100 |
Color Harmonies of #BBBA24
Complementary color
Monochromatic Colors of #BBBA24
Black with #BBBA24
Text Example
Text Example
White with #BBBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA24; }
p { color: rgb(187,186,36); }
H1.HeaderClassName
{
color: #BBBA24;
}
.AnyTagClassName
{
color: #BBBA24;
}
</style>
background-color css
<style>
a { background-color: #BBBA24; }
a { background-color: rgb(187,186,36); }
div.DivClassName
{
background-color: #BBBA24;
}
.BgClassName
{
background-color: #BBBA24;
}
</style>
border-color css
<style>
span { border-color: #BBBA24; }
span { border-color: rgb(187,186,36); }
td.TdClassName
{
border-color: #BBBA24;
}
.TagClassName
{
border-color: #BBBA24;
}
</style>