Shades of Rio Grande #BAC220
Tints of Rio Grande #BAC220
RGB
CMYK
RGB Variations
Color information
#BAC220 (or 0xBAC220) is known color: Rio Grande. HEX triplet: BA, C2 and 20. RGB value is (186,194,32). Sum of RGB (Red+Green+Blue) = 186+194+32=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC220 is #453DDF. Grayscale: #ADADAD. Windows color (decimal): -4537824 or 2147002. OLE color: 2147002.
HSL color Cylindrical-coordinate representation of color #BAC220: hue angle of 62.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAC220 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 32 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.24 |
| HSL | 62.96º | 0.72% | 0.44% | - |
| HSV(B) | 62.96º | 0.84% | 0.76% | - |
| XYZ | 39.8 | 49.13 | 8.75 | - |
| YUV | 173.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 32 | 0.04 | 0 | 0.84 | 0.24 | 62.96 | 0.72 | 0.44 |
| Hex | BA | C2 | 20 | 4 | 0 | 54 | 18 | 3F | 48 | 2C |
| Octal | 272 | 302 | 40 | 4 | 0 | 124 | 30 | 77 | 110 | 54 |
| Binary | 10111010 | 11000010 | 100000 | 100 | 0 | 1010100 | 11000 | 111111 | 1001000 | 101100 |
Color Harmonies of #BAC220
Complementary color
Monochromatic Colors of #BAC220
Black with #BAC220
Text Example
Text Example
White with #BAC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC220; }
p { color: rgb(186,194,32); }
H1.HeaderClassName
{
color: #BAC220;
}
.AnyTagClassName
{
color: #BAC220;
}
</style>
background-color css
<style>
a { background-color: #BAC220; }
a { background-color: rgb(186,194,32); }
div.DivClassName
{
background-color: #BAC220;
}
.BgClassName
{
background-color: #BAC220;
}
</style>
border-color css
<style>
span { border-color: #BAC220; }
span { border-color: rgb(186,194,32); }
td.TdClassName
{
border-color: #BAC220;
}
.TagClassName
{
border-color: #BAC220;
}
</style>