Shades of Rio Grande #BABC2A
Tints of Rio Grande #BABC2A
RGB
CMYK
RGB Variations
Color information
#BABC2A (or 0xBABC2A) is known color: Rio Grande. HEX triplet: BA, BC and 2A. RGB value is (186,188,42). Sum of RGB (Red+Green+Blue) = 186+188+42=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC2A is #4543D5. Grayscale: #ABABAB. Windows color (decimal): -4539350 or 2800826. OLE color: 2800826.
HSL color Cylindrical-coordinate representation of color #BABC2A: hue angle of 60.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BABC2A is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 42 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.26 |
| HSL | 60.82º | 0.63% | 0.45% | - |
| HSV(B) | 60.82º | 0.78% | 0.74% | - |
| XYZ | 38.65 | 46.57 | 9.14 | - |
| YUV | 170.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 42 | 0.01 | 0 | 0.78 | 0.26 | 60.82 | 0.63 | 0.45 |
| Hex | BA | BC | 2A | 1 | 0 | 4E | 1A | 3D | 3F | 2D |
| Octal | 272 | 274 | 52 | 1 | 0 | 116 | 32 | 75 | 77 | 55 |
| Binary | 10111010 | 10111100 | 101010 | 1 | 0 | 1001110 | 11010 | 111101 | 111111 | 101101 |
Color Harmonies of #BABC2A
Complementary color
Monochromatic Colors of #BABC2A
Black with #BABC2A
Text Example
Text Example
White with #BABC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC2A; }
p { color: rgb(186,188,42); }
H1.HeaderClassName
{
color: #BABC2A;
}
.AnyTagClassName
{
color: #BABC2A;
}
</style>
background-color css
<style>
a { background-color: #BABC2A; }
a { background-color: rgb(186,188,42); }
div.DivClassName
{
background-color: #BABC2A;
}
.BgClassName
{
background-color: #BABC2A;
}
</style>
border-color css
<style>
span { border-color: #BABC2A; }
span { border-color: rgb(186,188,42); }
td.TdClassName
{
border-color: #BABC2A;
}
.TagClassName
{
border-color: #BABC2A;
}
</style>