Shades of Rio Grande #BAC620
Tints of Rio Grande #BAC620
RGB
CMYK
RGB Variations
Color information
#BAC620 (or 0xBAC620) is known color: Rio Grande. HEX triplet: BA, C6 and 20. RGB value is (186,198,32). Sum of RGB (Red+Green+Blue) = 186+198+32=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC620 is #4539DF. Grayscale: #B0B0B0. Windows color (decimal): -4536800 or 2148026. OLE color: 2148026.
HSL color Cylindrical-coordinate representation of color #BAC620: hue angle of 64.34º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAC620 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 32 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.22 |
| HSL | 64.34º | 0.72% | 0.45% | - |
| HSV(B) | 64.34º | 0.84% | 0.78% | - |
| XYZ | 40.7 | 50.93 | 9.05 | - |
| YUV | 175.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 32 | 0.06 | 0 | 0.84 | 0.22 | 64.34 | 0.72 | 0.45 |
| Hex | BA | C6 | 20 | 6 | 0 | 54 | 16 | 40 | 48 | 2D |
| Octal | 272 | 306 | 40 | 6 | 0 | 124 | 26 | 100 | 110 | 55 |
| Binary | 10111010 | 11000110 | 100000 | 110 | 0 | 1010100 | 10110 | 1000000 | 1001000 | 101101 |
Color Harmonies of #BAC620
Complementary color
Monochromatic Colors of #BAC620
Black with #BAC620
Text Example
Text Example
White with #BAC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC620; }
p { color: rgb(186,198,32); }
H1.HeaderClassName
{
color: #BAC620;
}
.AnyTagClassName
{
color: #BAC620;
}
</style>
background-color css
<style>
a { background-color: #BAC620; }
a { background-color: rgb(186,198,32); }
div.DivClassName
{
background-color: #BAC620;
}
.BgClassName
{
background-color: #BAC620;
}
</style>
border-color css
<style>
span { border-color: #BAC620; }
span { border-color: rgb(186,198,32); }
td.TdClassName
{
border-color: #BAC620;
}
.TagClassName
{
border-color: #BAC620;
}
</style>