Shades of Rio Grande #BAB924
Tints of Rio Grande #BAB924
RGB
CMYK
RGB Variations
Color information
#BAB924 (or 0xBAB924) is known color: Rio Grande. HEX triplet: BA, B9 and 24. RGB value is (186,185,36). Sum of RGB (Red+Green+Blue) = 186+185+36=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB924 is #4546DB. Grayscale: #A8A8A8. Windows color (decimal): -4540124 or 2406842. OLE color: 2406842.
HSL color Cylindrical-coordinate representation of color #BAB924: 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 #BAB924 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 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 | 37.92 | 45.26 | 8.41 | - |
| YUV | 168.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 36 | 0 | 0.01 | 0.81 | 0.27 | 59.6 | 0.68 | 0.44 |
| Hex | BA | B9 | 24 | 0 | 1 | 51 | 1B | 3C | 44 | 2C |
| Octal | 272 | 271 | 44 | 0 | 1 | 121 | 33 | 74 | 104 | 54 |
| Binary | 10111010 | 10111001 | 100100 | 0 | 1 | 1010001 | 11011 | 111100 | 1000100 | 101100 |
Color Harmonies of #BAB924
Complementary color
Monochromatic Colors of #BAB924
Black with #BAB924
Text Example
Text Example
White with #BAB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB924; }
p { color: rgb(186,185,36); }
H1.HeaderClassName
{
color: #BAB924;
}
.AnyTagClassName
{
color: #BAB924;
}
</style>
background-color css
<style>
a { background-color: #BAB924; }
a { background-color: rgb(186,185,36); }
div.DivClassName
{
background-color: #BAB924;
}
.BgClassName
{
background-color: #BAB924;
}
</style>
border-color css
<style>
span { border-color: #BAB924; }
span { border-color: rgb(186,185,36); }
td.TdClassName
{
border-color: #BAB924;
}
.TagClassName
{
border-color: #BAB924;
}
</style>