Shades of Rio Grande #BABA2B
Tints of Rio Grande #BABA2B
RGB
CMYK
RGB Variations
Color information
#BABA2B (or 0xBABA2B) is known color: Rio Grande. HEX triplet: BA, BA and 2B. RGB value is (186,186,43). Sum of RGB (Red+Green+Blue) = 186+186+43=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA2B is #4545D4. Grayscale: #AAAAAA. Windows color (decimal): -4539861 or 2865850. OLE color: 2865850.
HSL color Cylindrical-coordinate representation of color #BABA2B: hue angle of 60º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BABA2B is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 43 | - |
| CMYK | 0 | 0 | 0.77 | 0.27 |
| HSL | 60º | 0.62% | 0.45% | - |
| HSV(B) | 60º | 0.77% | 0.73% | - |
| XYZ | 38.24 | 45.73 | 9.1 | - |
| YUV | 169.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 43 | 0 | 0 | 0.77 | 0.27 | 60 | 0.62 | 0.45 |
| Hex | BA | BA | 2B | 0 | 0 | 4D | 1B | 3C | 3E | 2D |
| Octal | 272 | 272 | 53 | 0 | 0 | 115 | 33 | 74 | 76 | 55 |
| Binary | 10111010 | 10111010 | 101011 | 0 | 0 | 1001101 | 11011 | 111100 | 111110 | 101101 |
Color Harmonies of #BABA2B
Complementary color
Monochromatic Colors of #BABA2B
Black with #BABA2B
Text Example
Text Example
White with #BABA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA2B; }
p { color: rgb(186,186,43); }
H1.HeaderClassName
{
color: #BABA2B;
}
.AnyTagClassName
{
color: #BABA2B;
}
</style>
background-color css
<style>
a { background-color: #BABA2B; }
a { background-color: rgb(186,186,43); }
div.DivClassName
{
background-color: #BABA2B;
}
.BgClassName
{
background-color: #BABA2B;
}
</style>
border-color css
<style>
span { border-color: #BABA2B; }
span { border-color: rgb(186,186,43); }
td.TdClassName
{
border-color: #BABA2B;
}
.TagClassName
{
border-color: #BABA2B;
}
</style>