Shades of Rio Grande #BAC820
Tints of Rio Grande #BAC820
RGB
CMYK
RGB Variations
Color information
#BAC820 (or 0xBAC820) is known color: Rio Grande. HEX triplet: BA, C8 and 20. RGB value is (186,200,32). Sum of RGB (Red+Green+Blue) = 186+200+32=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC820 is #4537DF. Grayscale: #B1B1B1. Windows color (decimal): -4536288 or 2148538. OLE color: 2148538.
HSL color Cylindrical-coordinate representation of color #BAC820: hue angle of 65º 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 #BAC820 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 32 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.22 |
| HSL | 65º | 0.72% | 0.45% | - |
| HSV(B) | 65º | 0.84% | 0.78% | - |
| XYZ | 41.16 | 51.85 | 9.21 | - |
| YUV | 176.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 32 | 0.07 | 0 | 0.84 | 0.22 | 65 | 0.72 | 0.45 |
| Hex | BA | C8 | 20 | 7 | 0 | 54 | 16 | 41 | 48 | 2D |
| Octal | 272 | 310 | 40 | 7 | 0 | 124 | 26 | 101 | 110 | 55 |
| Binary | 10111010 | 11001000 | 100000 | 111 | 0 | 1010100 | 10110 | 1000001 | 1001000 | 101101 |
Color Harmonies of #BAC820
Complementary color
Monochromatic Colors of #BAC820
Black with #BAC820
Text Example
Text Example
White with #BAC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC820; }
p { color: rgb(186,200,32); }
H1.HeaderClassName
{
color: #BAC820;
}
.AnyTagClassName
{
color: #BAC820;
}
</style>
background-color css
<style>
a { background-color: #BAC820; }
a { background-color: rgb(186,200,32); }
div.DivClassName
{
background-color: #BAC820;
}
.BgClassName
{
background-color: #BAC820;
}
</style>
border-color css
<style>
span { border-color: #BAC820; }
span { border-color: rgb(186,200,32); }
td.TdClassName
{
border-color: #BAC820;
}
.TagClassName
{
border-color: #BAC820;
}
</style>