Shades of Rio Grande #BABF2C
Tints of Rio Grande #BABF2C
RGB
CMYK
RGB Variations
Color information
#BABF2C (or 0xBABF2C) is known color: Rio Grande. HEX triplet: BA, BF and 2C. RGB value is (186,191,44). Sum of RGB (Red+Green+Blue) = 186+191+44=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF2C is #4540D3. Grayscale: #ADADAD. Windows color (decimal): -4538580 or 2932666. OLE color: 2932666.
HSL color Cylindrical-coordinate representation of color #BABF2C: hue angle of 62.04º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BABF2C is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 44 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.25 |
| HSL | 62.04º | 0.63% | 0.46% | - |
| HSV(B) | 62.04º | 0.77% | 0.75% | - |
| XYZ | 39.34 | 47.88 | 9.55 | - |
| YUV | 172.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 44 | 0.03 | 0 | 0.77 | 0.25 | 62.04 | 0.63 | 0.46 |
| Hex | BA | BF | 2C | 3 | 0 | 4D | 19 | 3E | 3F | 2E |
| Octal | 272 | 277 | 54 | 3 | 0 | 115 | 31 | 76 | 77 | 56 |
| Binary | 10111010 | 10111111 | 101100 | 11 | 0 | 1001101 | 11001 | 111110 | 111111 | 101110 |
Color Harmonies of #BABF2C
Complementary color
Monochromatic Colors of #BABF2C
Black with #BABF2C
Text Example
Text Example
White with #BABF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF2C; }
p { color: rgb(186,191,44); }
H1.HeaderClassName
{
color: #BABF2C;
}
.AnyTagClassName
{
color: #BABF2C;
}
</style>
background-color css
<style>
a { background-color: #BABF2C; }
a { background-color: rgb(186,191,44); }
div.DivClassName
{
background-color: #BABF2C;
}
.BgClassName
{
background-color: #BABF2C;
}
</style>
border-color css
<style>
span { border-color: #BABF2C; }
span { border-color: rgb(186,191,44); }
td.TdClassName
{
border-color: #BABF2C;
}
.TagClassName
{
border-color: #BABF2C;
}
</style>