Shades of Rio Grande #BABC32
Tints of Rio Grande #BABC32
RGB
CMYK
RGB Variations
Color information
#BABC32 (or 0xBABC32) is known color: Rio Grande. HEX triplet: BA, BC and 32. RGB value is (186,188,50). Sum of RGB (Red+Green+Blue) = 186+188+50=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC32 is #4543CD. Grayscale: #ACACAC. Windows color (decimal): -4539342 or 3325114. OLE color: 3325114.
HSL color Cylindrical-coordinate representation of color #BABC32: hue angle of 60.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BABC32 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 50 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.26 |
| HSL | 60.87º | 0.58% | 0.47% | - |
| HSV(B) | 60.87º | 0.73% | 0.74% | - |
| XYZ | 38.81 | 46.64 | 9.97 | - |
| YUV | 171.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 50 | 0.01 | 0 | 0.73 | 0.26 | 60.87 | 0.58 | 0.47 |
| Hex | BA | BC | 32 | 1 | 0 | 49 | 1A | 3D | 3A | 2F |
| Octal | 272 | 274 | 62 | 1 | 0 | 111 | 32 | 75 | 72 | 57 |
| Binary | 10111010 | 10111100 | 110010 | 1 | 0 | 1001001 | 11010 | 111101 | 111010 | 101111 |
Color Harmonies of #BABC32
Complementary color
Monochromatic Colors of #BABC32
Black with #BABC32
Text Example
Text Example
White with #BABC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC32; }
p { color: rgb(186,188,50); }
H1.HeaderClassName
{
color: #BABC32;
}
.AnyTagClassName
{
color: #BABC32;
}
</style>
background-color css
<style>
a { background-color: #BABC32; }
a { background-color: rgb(186,188,50); }
div.DivClassName
{
background-color: #BABC32;
}
.BgClassName
{
background-color: #BABC32;
}
</style>
border-color css
<style>
span { border-color: #BABC32; }
span { border-color: rgb(186,188,50); }
td.TdClassName
{
border-color: #BABC32;
}
.TagClassName
{
border-color: #BABC32;
}
</style>