Shades of Rio Grande #BAB923
Tints of Rio Grande #BAB923
RGB
CMYK
RGB Variations
Color information
#BAB923 (or 0xBAB923) is known color: Rio Grande. HEX triplet: BA, B9 and 23. RGB value is (186,185,35). Sum of RGB (Red+Green+Blue) = 186+185+35=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB923 is #4546DC. Grayscale: #A8A8A8. Windows color (decimal): -4540125 or 2341306. OLE color: 2341306.
HSL color Cylindrical-coordinate representation of color #BAB923: hue angle of 59.6º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAB923 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 35 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.27 |
| HSL | 59.6º | 0.68% | 0.43% | - |
| HSV(B) | 59.6º | 0.81% | 0.73% | - |
| XYZ | 37.9 | 45.26 | 8.33 | - |
| YUV | 168.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 35 | 0 | 0.01 | 0.81 | 0.27 | 59.6 | 0.68 | 0.43 |
| Hex | BA | B9 | 23 | 0 | 1 | 51 | 1B | 3C | 44 | 2B |
| Octal | 272 | 271 | 43 | 0 | 1 | 121 | 33 | 74 | 104 | 53 |
| Binary | 10111010 | 10111001 | 100011 | 0 | 1 | 1010001 | 11011 | 111100 | 1000100 | 101011 |
Color Harmonies of #BAB923
Complementary color
Monochromatic Colors of #BAB923
Black with #BAB923
Text Example
Text Example
White with #BAB923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB923; }
p { color: rgb(186,185,35); }
H1.HeaderClassName
{
color: #BAB923;
}
.AnyTagClassName
{
color: #BAB923;
}
</style>
background-color css
<style>
a { background-color: #BAB923; }
a { background-color: rgb(186,185,35); }
div.DivClassName
{
background-color: #BAB923;
}
.BgClassName
{
background-color: #BAB923;
}
</style>
border-color css
<style>
span { border-color: #BAB923; }
span { border-color: rgb(186,185,35); }
td.TdClassName
{
border-color: #BAB923;
}
.TagClassName
{
border-color: #BAB923;
}
</style>