Shades of Rio Grande #BABD32
Tints of Rio Grande #BABD32
RGB
CMYK
RGB Variations
Color information
#BABD32 (or 0xBABD32) is known color: Rio Grande. HEX triplet: BA, BD and 32. RGB value is (186,189,50). Sum of RGB (Red+Green+Blue) = 186+189+50=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD32 is #4542CD. Grayscale: #ACACAC. Windows color (decimal): -4539086 or 3325370. OLE color: 3325370.
HSL color Cylindrical-coordinate representation of color #BABD32: hue angle of 61.29º degrees, saturation: 0.58, 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 #BABD32 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 50 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.26 |
| HSL | 61.29º | 0.58% | 0.47% | - |
| HSV(B) | 61.29º | 0.74% | 0.74% | - |
| XYZ | 39.02 | 47.06 | 10.05 | - |
| YUV | 172.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 50 | 0.02 | 0 | 0.74 | 0.26 | 61.29 | 0.58 | 0.47 |
| Hex | BA | BD | 32 | 2 | 0 | 4A | 1A | 3D | 3A | 2F |
| Octal | 272 | 275 | 62 | 2 | 0 | 112 | 32 | 75 | 72 | 57 |
| Binary | 10111010 | 10111101 | 110010 | 10 | 0 | 1001010 | 11010 | 111101 | 111010 | 101111 |
Color Harmonies of #BABD32
Complementary color
Monochromatic Colors of #BABD32
Black with #BABD32
Text Example
Text Example
White with #BABD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD32; }
p { color: rgb(186,189,50); }
H1.HeaderClassName
{
color: #BABD32;
}
.AnyTagClassName
{
color: #BABD32;
}
</style>
background-color css
<style>
a { background-color: #BABD32; }
a { background-color: rgb(186,189,50); }
div.DivClassName
{
background-color: #BABD32;
}
.BgClassName
{
background-color: #BABD32;
}
</style>
border-color css
<style>
span { border-color: #BABD32; }
span { border-color: rgb(186,189,50); }
td.TdClassName
{
border-color: #BABD32;
}
.TagClassName
{
border-color: #BABD32;
}
</style>