Shades of Rio Grande #BABC2B
Tints of Rio Grande #BABC2B
RGB
CMYK
RGB Variations
Color information
#BABC2B (or 0xBABC2B) is known color: Rio Grande. HEX triplet: BA, BC and 2B. RGB value is (186,188,43). Sum of RGB (Red+Green+Blue) = 186+188+43=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC2B is #4543D4. Grayscale: #ABABAB. Windows color (decimal): -4539349 or 2866362. OLE color: 2866362.
HSL color Cylindrical-coordinate representation of color #BABC2B: hue angle of 60.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BABC2B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 43 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.26 |
| HSL | 60.83º | 0.63% | 0.45% | - |
| HSV(B) | 60.83º | 0.77% | 0.74% | - |
| XYZ | 38.67 | 46.58 | 9.24 | - |
| YUV | 170.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 43 | 0.01 | 0 | 0.77 | 0.26 | 60.83 | 0.63 | 0.45 |
| Hex | BA | BC | 2B | 1 | 0 | 4D | 1A | 3D | 3F | 2D |
| Octal | 272 | 274 | 53 | 1 | 0 | 115 | 32 | 75 | 77 | 55 |
| Binary | 10111010 | 10111100 | 101011 | 1 | 0 | 1001101 | 11010 | 111101 | 111111 | 101101 |
Color Harmonies of #BABC2B
Complementary color
Monochromatic Colors of #BABC2B
Black with #BABC2B
Text Example
Text Example
White with #BABC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC2B; }
p { color: rgb(186,188,43); }
H1.HeaderClassName
{
color: #BABC2B;
}
.AnyTagClassName
{
color: #BABC2B;
}
</style>
background-color css
<style>
a { background-color: #BABC2B; }
a { background-color: rgb(186,188,43); }
div.DivClassName
{
background-color: #BABC2B;
}
.BgClassName
{
background-color: #BABC2B;
}
</style>
border-color css
<style>
span { border-color: #BABC2B; }
span { border-color: rgb(186,188,43); }
td.TdClassName
{
border-color: #BABC2B;
}
.TagClassName
{
border-color: #BABC2B;
}
</style>