Shades of Rio Grande #BABC1A
Tints of Rio Grande #BABC1A
RGB
CMYK
RGB Variations
Color information
#BABC1A (or 0xBABC1A) is known color: Rio Grande. HEX triplet: BA, BC and 1A. RGB value is (186,188,26). Sum of RGB (Red+Green+Blue) = 186+188+26=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC1A is #4543E5. Grayscale: #A9A9A9. Windows color (decimal): -4539366 or 1752250. OLE color: 1752250.
HSL color Cylindrical-coordinate representation of color #BABC1A: hue angle of 60.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BABC1A is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 26 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.26 |
| HSL | 60.74º | 0.76% | 0.42% | - |
| HSV(B) | 60.74º | 0.86% | 0.74% | - |
| XYZ | 38.42 | 46.48 | 7.92 | - |
| YUV | 168.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 26 | 0.01 | 0 | 0.86 | 0.26 | 60.74 | 0.76 | 0.42 |
| Hex | BA | BC | 1A | 1 | 0 | 56 | 1A | 3D | 4C | 2A |
| Octal | 272 | 274 | 32 | 1 | 0 | 126 | 32 | 75 | 114 | 52 |
| Binary | 10111010 | 10111100 | 11010 | 1 | 0 | 1010110 | 11010 | 111101 | 1001100 | 101010 |
Color Harmonies of #BABC1A
Complementary color
Monochromatic Colors of #BABC1A
Black with #BABC1A
Text Example
Text Example
White with #BABC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC1A; }
p { color: rgb(186,188,26); }
H1.HeaderClassName
{
color: #BABC1A;
}
.AnyTagClassName
{
color: #BABC1A;
}
</style>
background-color css
<style>
a { background-color: #BABC1A; }
a { background-color: rgb(186,188,26); }
div.DivClassName
{
background-color: #BABC1A;
}
.BgClassName
{
background-color: #BABC1A;
}
</style>
border-color css
<style>
span { border-color: #BABC1A; }
span { border-color: rgb(186,188,26); }
td.TdClassName
{
border-color: #BABC1A;
}
.TagClassName
{
border-color: #BABC1A;
}
</style>