Shades of Rio Grande #BABE2D
Tints of Rio Grande #BABE2D
RGB
CMYK
RGB Variations
Color information
#BABE2D (or 0xBABE2D) is known color: Rio Grande. HEX triplet: BA, BE and 2D. RGB value is (186,190,45). Sum of RGB (Red+Green+Blue) = 186+190+45=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE2D is #4541D2. Grayscale: #ACACAC. Windows color (decimal): -4538835 or 2997946. OLE color: 2997946.
HSL color Cylindrical-coordinate representation of color #BABE2D: hue angle of 61.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BABE2D is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 190 | 45 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.25 |
| HSL | 61.66º | 0.62% | 0.46% | - |
| HSV(B) | 61.66º | 0.76% | 0.75% | - |
| XYZ | 39.14 | 47.46 | 9.58 | - |
| YUV | 172.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 45 | 0.02 | 0 | 0.76 | 0.25 | 61.66 | 0.62 | 0.46 |
| Hex | BA | BE | 2D | 2 | 0 | 4C | 19 | 3E | 3E | 2E |
| Octal | 272 | 276 | 55 | 2 | 0 | 114 | 31 | 76 | 76 | 56 |
| Binary | 10111010 | 10111110 | 101101 | 10 | 0 | 1001100 | 11001 | 111110 | 111110 | 101110 |
Color Harmonies of #BABE2D
Complementary color
Monochromatic Colors of #BABE2D
Black with #BABE2D
Text Example
Text Example
White with #BABE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABE2D; }
p { color: rgb(186,190,45); }
H1.HeaderClassName
{
color: #BABE2D;
}
.AnyTagClassName
{
color: #BABE2D;
}
</style>
background-color css
<style>
a { background-color: #BABE2D; }
a { background-color: rgb(186,190,45); }
div.DivClassName
{
background-color: #BABE2D;
}
.BgClassName
{
background-color: #BABE2D;
}
</style>
border-color css
<style>
span { border-color: #BABE2D; }
span { border-color: rgb(186,190,45); }
td.TdClassName
{
border-color: #BABE2D;
}
.TagClassName
{
border-color: #BABE2D;
}
</style>