Shades of Rio Grande #BABC2E
Tints of Rio Grande #BABC2E
RGB
CMYK
RGB Variations
Color information
#BABC2E (or 0xBABC2E) is known color: Rio Grande. HEX triplet: BA, BC and 2E. RGB value is (186,188,46). Sum of RGB (Red+Green+Blue) = 186+188+46=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC2E is #4543D1. Grayscale: #ABABAB. Windows color (decimal): -4539346 or 3062970. OLE color: 3062970.
HSL color Cylindrical-coordinate representation of color #BABC2E: hue angle of 60.85º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BABC2E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 46 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.26 |
| HSL | 60.85º | 0.61% | 0.46% | - |
| HSV(B) | 60.85º | 0.76% | 0.74% | - |
| XYZ | 38.73 | 46.6 | 9.54 | - |
| YUV | 171.21 | 57.34 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 46 | 0.01 | 0 | 0.76 | 0.26 | 60.85 | 0.61 | 0.46 |
| Hex | BA | BC | 2E | 1 | 0 | 4C | 1A | 3D | 3D | 2E |
| Octal | 272 | 274 | 56 | 1 | 0 | 114 | 32 | 75 | 75 | 56 |
| Binary | 10111010 | 10111100 | 101110 | 1 | 0 | 1001100 | 11010 | 111101 | 111101 | 101110 |
Color Harmonies of #BABC2E
Complementary color
Monochromatic Colors of #BABC2E
Black with #BABC2E
Text Example
Text Example
White with #BABC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC2E; }
p { color: rgb(186,188,46); }
H1.HeaderClassName
{
color: #BABC2E;
}
.AnyTagClassName
{
color: #BABC2E;
}
</style>
background-color css
<style>
a { background-color: #BABC2E; }
a { background-color: rgb(186,188,46); }
div.DivClassName
{
background-color: #BABC2E;
}
.BgClassName
{
background-color: #BABC2E;
}
</style>
border-color css
<style>
span { border-color: #BABC2E; }
span { border-color: rgb(186,188,46); }
td.TdClassName
{
border-color: #BABC2E;
}
.TagClassName
{
border-color: #BABC2E;
}
</style>