Shades of Rio Grande #BABC21
Tints of Rio Grande #BABC21
RGB
CMYK
RGB Variations
Color information
#BABC21 (or 0xBABC21) is known color: Rio Grande. HEX triplet: BA, BC and 21. RGB value is (186,188,33). Sum of RGB (Red+Green+Blue) = 186+188+33=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC21 is #4543DE. Grayscale: #AAAAAA. Windows color (decimal): -4539359 or 2211002. OLE color: 2211002.
HSL color Cylindrical-coordinate representation of color #BABC21: hue angle of 60.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BABC21 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 33 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.26 |
| HSL | 60.77º | 0.7% | 0.43% | - |
| HSV(B) | 60.77º | 0.82% | 0.74% | - |
| XYZ | 38.51 | 46.52 | 8.39 | - |
| YUV | 169.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 33 | 0.01 | 0 | 0.82 | 0.26 | 60.77 | 0.7 | 0.43 |
| Hex | BA | BC | 21 | 1 | 0 | 52 | 1A | 3D | 46 | 2B |
| Octal | 272 | 274 | 41 | 1 | 0 | 122 | 32 | 75 | 106 | 53 |
| Binary | 10111010 | 10111100 | 100001 | 1 | 0 | 1010010 | 11010 | 111101 | 1000110 | 101011 |
Color Harmonies of #BABC21
Complementary color
Monochromatic Colors of #BABC21
Black with #BABC21
Text Example
Text Example
White with #BABC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC21; }
p { color: rgb(186,188,33); }
H1.HeaderClassName
{
color: #BABC21;
}
.AnyTagClassName
{
color: #BABC21;
}
</style>
background-color css
<style>
a { background-color: #BABC21; }
a { background-color: rgb(186,188,33); }
div.DivClassName
{
background-color: #BABC21;
}
.BgClassName
{
background-color: #BABC21;
}
</style>
border-color css
<style>
span { border-color: #BABC21; }
span { border-color: rgb(186,188,33); }
td.TdClassName
{
border-color: #BABC21;
}
.TagClassName
{
border-color: #BABC21;
}
</style>