Shades of Rio Grande #BABD31
Tints of Rio Grande #BABD31
RGB
CMYK
RGB Variations
Color information
#BABD31 (or 0xBABD31) is known color: Rio Grande. HEX triplet: BA, BD and 31. RGB value is (186,189,49). Sum of RGB (Red+Green+Blue) = 186+189+49=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD31 is #4542CE. Grayscale: #ACACAC. Windows color (decimal): -4539087 or 3259834. OLE color: 3259834.
HSL color Cylindrical-coordinate representation of color #BABD31: hue angle of 61.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BABD31 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 49 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.26 |
| HSL | 61.29º | 0.59% | 0.47% | - |
| HSV(B) | 61.29º | 0.74% | 0.74% | - |
| XYZ | 39 | 47.06 | 9.93 | - |
| YUV | 172.14 | 58.51 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 49 | 0.02 | 0 | 0.74 | 0.26 | 61.29 | 0.59 | 0.47 |
| Hex | BA | BD | 31 | 2 | 0 | 4A | 1A | 3D | 3B | 2F |
| Octal | 272 | 275 | 61 | 2 | 0 | 112 | 32 | 75 | 73 | 57 |
| Binary | 10111010 | 10111101 | 110001 | 10 | 0 | 1001010 | 11010 | 111101 | 111011 | 101111 |
Color Harmonies of #BABD31
Complementary color
Monochromatic Colors of #BABD31
Black with #BABD31
Text Example
Text Example
White with #BABD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD31; }
p { color: rgb(186,189,49); }
H1.HeaderClassName
{
color: #BABD31;
}
.AnyTagClassName
{
color: #BABD31;
}
</style>
background-color css
<style>
a { background-color: #BABD31; }
a { background-color: rgb(186,189,49); }
div.DivClassName
{
background-color: #BABD31;
}
.BgClassName
{
background-color: #BABD31;
}
</style>
border-color css
<style>
span { border-color: #BABD31; }
span { border-color: rgb(186,189,49); }
td.TdClassName
{
border-color: #BABD31;
}
.TagClassName
{
border-color: #BABD31;
}
</style>