Shades of Rio Grande #BABC2D
Tints of Rio Grande #BABC2D
RGB
CMYK
RGB Variations
Color information
#BABC2D (or 0xBABC2D) is known color: Rio Grande. HEX triplet: BA, BC and 2D. RGB value is (186,188,45). Sum of RGB (Red+Green+Blue) = 186+188+45=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC2D is #4543D2. Grayscale: #ABABAB. Windows color (decimal): -4539347 or 2997434. OLE color: 2997434.
HSL color Cylindrical-coordinate representation of color #BABC2D: hue angle of 60.84º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BABC2D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 45 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.26 |
| HSL | 60.84º | 0.61% | 0.46% | - |
| HSV(B) | 60.84º | 0.76% | 0.74% | - |
| XYZ | 38.71 | 46.6 | 9.44 | - |
| YUV | 171.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 45 | 0.01 | 0 | 0.76 | 0.26 | 60.84 | 0.61 | 0.46 |
| Hex | BA | BC | 2D | 1 | 0 | 4C | 1A | 3D | 3D | 2E |
| Octal | 272 | 274 | 55 | 1 | 0 | 114 | 32 | 75 | 75 | 56 |
| Binary | 10111010 | 10111100 | 101101 | 1 | 0 | 1001100 | 11010 | 111101 | 111101 | 101110 |
Color Harmonies of #BABC2D
Complementary color
Monochromatic Colors of #BABC2D
Black with #BABC2D
Text Example
Text Example
White with #BABC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC2D; }
p { color: rgb(186,188,45); }
H1.HeaderClassName
{
color: #BABC2D;
}
.AnyTagClassName
{
color: #BABC2D;
}
</style>
background-color css
<style>
a { background-color: #BABC2D; }
a { background-color: rgb(186,188,45); }
div.DivClassName
{
background-color: #BABC2D;
}
.BgClassName
{
background-color: #BABC2D;
}
</style>
border-color css
<style>
span { border-color: #BABC2D; }
span { border-color: rgb(186,188,45); }
td.TdClassName
{
border-color: #BABC2D;
}
.TagClassName
{
border-color: #BABC2D;
}
</style>