Shades of Rio Grande #BABA25
Tints of Rio Grande #BABA25
RGB
CMYK
RGB Variations
Color information
#BABA25 (or 0xBABA25) is known color: Rio Grande. HEX triplet: BA, BA and 25. RGB value is (186,186,37). Sum of RGB (Red+Green+Blue) = 186+186+37=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA25 is #4545DA. Grayscale: #A9A9A9. Windows color (decimal): -4539867 or 2472634. OLE color: 2472634.
HSL color Cylindrical-coordinate representation of color #BABA25: hue angle of 60º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BABA25 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 37 | - |
| CMYK | 0 | 0 | 0.80 | 0.27 |
| HSL | 60º | 0.67% | 0.44% | - |
| HSV(B) | 60º | 0.8% | 0.73% | - |
| XYZ | 38.14 | 45.69 | 8.56 | - |
| YUV | 169.01 | 53.5 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 37 | 0 | 0 | 0.80 | 0.27 | 60 | 0.67 | 0.44 |
| Hex | BA | BA | 25 | 0 | 0 | 50 | 1B | 3C | 43 | 2C |
| Octal | 272 | 272 | 45 | 0 | 0 | 120 | 33 | 74 | 103 | 54 |
| Binary | 10111010 | 10111010 | 100101 | 0 | 0 | 1010000 | 11011 | 111100 | 1000011 | 101100 |
Color Harmonies of #BABA25
Complementary color
Monochromatic Colors of #BABA25
Black with #BABA25
Text Example
Text Example
White with #BABA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA25; }
p { color: rgb(186,186,37); }
H1.HeaderClassName
{
color: #BABA25;
}
.AnyTagClassName
{
color: #BABA25;
}
</style>
background-color css
<style>
a { background-color: #BABA25; }
a { background-color: rgb(186,186,37); }
div.DivClassName
{
background-color: #BABA25;
}
.BgClassName
{
background-color: #BABA25;
}
</style>
border-color css
<style>
span { border-color: #BABA25; }
span { border-color: rgb(186,186,37); }
td.TdClassName
{
border-color: #BABA25;
}
.TagClassName
{
border-color: #BABA25;
}
</style>