Shades of Rio Grande #BABD2C
Tints of Rio Grande #BABD2C
RGB
CMYK
RGB Variations
Color information
#BABD2C (or 0xBABD2C) is known color: Rio Grande. HEX triplet: BA, BD and 2C. RGB value is (186,189,44). Sum of RGB (Red+Green+Blue) = 186+189+44=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD2C is #4542D3. Grayscale: #ACACAC. Windows color (decimal): -4539092 or 2932154. OLE color: 2932154.
HSL color Cylindrical-coordinate representation of color #BABD2C: hue angle of 61.24º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BABD2C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 44 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.26 |
| HSL | 61.24º | 0.62% | 0.46% | - |
| HSV(B) | 61.24º | 0.77% | 0.74% | - |
| XYZ | 38.9 | 47.02 | 9.41 | - |
| YUV | 171.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 44 | 0.02 | 0 | 0.77 | 0.26 | 61.24 | 0.62 | 0.46 |
| Hex | BA | BD | 2C | 2 | 0 | 4D | 1A | 3D | 3E | 2E |
| Octal | 272 | 275 | 54 | 2 | 0 | 115 | 32 | 75 | 76 | 56 |
| Binary | 10111010 | 10111101 | 101100 | 10 | 0 | 1001101 | 11010 | 111101 | 111110 | 101110 |
Color Harmonies of #BABD2C
Complementary color
Monochromatic Colors of #BABD2C
Black with #BABD2C
Text Example
Text Example
White with #BABD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD2C; }
p { color: rgb(186,189,44); }
H1.HeaderClassName
{
color: #BABD2C;
}
.AnyTagClassName
{
color: #BABD2C;
}
</style>
background-color css
<style>
a { background-color: #BABD2C; }
a { background-color: rgb(186,189,44); }
div.DivClassName
{
background-color: #BABD2C;
}
.BgClassName
{
background-color: #BABD2C;
}
</style>
border-color css
<style>
span { border-color: #BABD2C; }
span { border-color: rgb(186,189,44); }
td.TdClassName
{
border-color: #BABD2C;
}
.TagClassName
{
border-color: #BABD2C;
}
</style>