Shades of Rio Grande #BAB920
Tints of Rio Grande #BAB920
RGB
CMYK
RGB Variations
Color information
#BAB920 (or 0xBAB920) is known color: Rio Grande. HEX triplet: BA, B9 and 20. RGB value is (186,185,32). Sum of RGB (Red+Green+Blue) = 186+185+32=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB920 is #4546DF. Grayscale: #A8A8A8. Windows color (decimal): -4540128 or 2144698. OLE color: 2144698.
HSL color Cylindrical-coordinate representation of color #BAB920: hue angle of 59.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAB920 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 32 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.27 |
| HSL | 59.61º | 0.71% | 0.43% | - |
| HSV(B) | 59.61º | 0.83% | 0.73% | - |
| XYZ | 37.86 | 45.24 | 8.1 | - |
| YUV | 167.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 32 | 0 | 0.01 | 0.83 | 0.27 | 59.61 | 0.71 | 0.43 |
| Hex | BA | B9 | 20 | 0 | 1 | 53 | 1B | 3C | 47 | 2B |
| Octal | 272 | 271 | 40 | 0 | 1 | 123 | 33 | 74 | 107 | 53 |
| Binary | 10111010 | 10111001 | 100000 | 0 | 1 | 1010011 | 11011 | 111100 | 1000111 | 101011 |
Color Harmonies of #BAB920
Complementary color
Monochromatic Colors of #BAB920
Black with #BAB920
Text Example
Text Example
White with #BAB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB920; }
p { color: rgb(186,185,32); }
H1.HeaderClassName
{
color: #BAB920;
}
.AnyTagClassName
{
color: #BAB920;
}
</style>
background-color css
<style>
a { background-color: #BAB920; }
a { background-color: rgb(186,185,32); }
div.DivClassName
{
background-color: #BAB920;
}
.BgClassName
{
background-color: #BAB920;
}
</style>
border-color css
<style>
span { border-color: #BAB920; }
span { border-color: rgb(186,185,32); }
td.TdClassName
{
border-color: #BAB920;
}
.TagClassName
{
border-color: #BAB920;
}
</style>