Shades of Rio Grande #BABD2A
Tints of Rio Grande #BABD2A
RGB
CMYK
RGB Variations
Color information
#BABD2A (or 0xBABD2A) is known color: Rio Grande. HEX triplet: BA, BD and 2A. RGB value is (186,189,42). Sum of RGB (Red+Green+Blue) = 186+189+42=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD2A is #4542D5. Grayscale: #ABABAB. Windows color (decimal): -4539094 or 2801082. OLE color: 2801082.
HSL color Cylindrical-coordinate representation of color #BABD2A: hue angle of 61.22º degrees, saturation: 0.64, 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 #BABD2A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 42 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.26 |
| HSL | 61.22º | 0.64% | 0.45% | - |
| HSV(B) | 61.22º | 0.78% | 0.74% | - |
| XYZ | 38.87 | 47 | 9.21 | - |
| YUV | 171.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 42 | 0.02 | 0 | 0.78 | 0.26 | 61.22 | 0.64 | 0.45 |
| Hex | BA | BD | 2A | 2 | 0 | 4E | 1A | 3D | 40 | 2D |
| Octal | 272 | 275 | 52 | 2 | 0 | 116 | 32 | 75 | 100 | 55 |
| Binary | 10111010 | 10111101 | 101010 | 10 | 0 | 1001110 | 11010 | 111101 | 1000000 | 101101 |
Color Harmonies of #BABD2A
Complementary color
Monochromatic Colors of #BABD2A
Black with #BABD2A
Text Example
Text Example
White with #BABD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD2A; }
p { color: rgb(186,189,42); }
H1.HeaderClassName
{
color: #BABD2A;
}
.AnyTagClassName
{
color: #BABD2A;
}
</style>
background-color css
<style>
a { background-color: #BABD2A; }
a { background-color: rgb(186,189,42); }
div.DivClassName
{
background-color: #BABD2A;
}
.BgClassName
{
background-color: #BABD2A;
}
</style>
border-color css
<style>
span { border-color: #BABD2A; }
span { border-color: rgb(186,189,42); }
td.TdClassName
{
border-color: #BABD2A;
}
.TagClassName
{
border-color: #BABD2A;
}
</style>