Shades of Rio Grande #BABA1B
Tints of Rio Grande #BABA1B
RGB
CMYK
RGB Variations
Color information
#BABA1B (or 0xBABA1B) is known color: Rio Grande. HEX triplet: BA, BA and 1B. RGB value is (186,186,27). Sum of RGB (Red+Green+Blue) = 186+186+27=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA1B is #4545E4. Grayscale: #A8A8A8. Windows color (decimal): -4539877 or 1817274. OLE color: 1817274.
HSL color Cylindrical-coordinate representation of color #BABA1B: hue angle of 60º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BABA1B is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 27 | - |
| CMYK | 0 | 0 | 0.85 | 0.27 |
| HSL | 60º | 0.75% | 0.42% | - |
| HSV(B) | 60º | 0.85% | 0.73% | - |
| XYZ | 38.01 | 45.64 | 7.84 | - |
| YUV | 167.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 27 | 0 | 0 | 0.85 | 0.27 | 60 | 0.75 | 0.42 |
| Hex | BA | BA | 1B | 0 | 0 | 55 | 1B | 3C | 4B | 2A |
| Octal | 272 | 272 | 33 | 0 | 0 | 125 | 33 | 74 | 113 | 52 |
| Binary | 10111010 | 10111010 | 11011 | 0 | 0 | 1010101 | 11011 | 111100 | 1001011 | 101010 |
Color Harmonies of #BABA1B
Complementary color
Monochromatic Colors of #BABA1B
Black with #BABA1B
Text Example
Text Example
White with #BABA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA1B; }
p { color: rgb(186,186,27); }
H1.HeaderClassName
{
color: #BABA1B;
}
.AnyTagClassName
{
color: #BABA1B;
}
</style>
background-color css
<style>
a { background-color: #BABA1B; }
a { background-color: rgb(186,186,27); }
div.DivClassName
{
background-color: #BABA1B;
}
.BgClassName
{
background-color: #BABA1B;
}
</style>
border-color css
<style>
span { border-color: #BABA1B; }
span { border-color: rgb(186,186,27); }
td.TdClassName
{
border-color: #BABA1B;
}
.TagClassName
{
border-color: #BABA1B;
}
</style>