Shades of Rio Grande #BACC20
Tints of Rio Grande #BACC20
RGB
CMYK
RGB Variations
Color information
#BACC20 (or 0xBACC20) is known color: Rio Grande. HEX triplet: BA, CC and 20. RGB value is (186,204,32). Sum of RGB (Red+Green+Blue) = 186+204+32=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC20 is #4533DF. Grayscale: #B3B3B3. Windows color (decimal): -4535264 or 2149562. OLE color: 2149562.
HSL color Cylindrical-coordinate representation of color #BACC20: hue angle of 66.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BACC20 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 32 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.2 |
| HSL | 66.28º | 0.73% | 0.46% | - |
| HSV(B) | 66.28º | 0.84% | 0.8% | - |
| XYZ | 42.1 | 53.73 | 9.52 | - |
| YUV | 179.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 32 | 0.09 | 0 | 0.84 | 0.2 | 66.28 | 0.73 | 0.46 |
| Hex | BA | CC | 20 | 9 | 0 | 54 | 14 | 42 | 49 | 2E |
| Octal | 272 | 314 | 40 | 11 | 0 | 124 | 24 | 102 | 111 | 56 |
| Binary | 10111010 | 11001100 | 100000 | 1001 | 0 | 1010100 | 10100 | 1000010 | 1001001 | 101110 |
Color Harmonies of #BACC20
Complementary color
Monochromatic Colors of #BACC20
Black with #BACC20
Text Example
Text Example
White with #BACC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC20; }
p { color: rgb(186,204,32); }
H1.HeaderClassName
{
color: #BACC20;
}
.AnyTagClassName
{
color: #BACC20;
}
</style>
background-color css
<style>
a { background-color: #BACC20; }
a { background-color: rgb(186,204,32); }
div.DivClassName
{
background-color: #BACC20;
}
.BgClassName
{
background-color: #BACC20;
}
</style>
border-color css
<style>
span { border-color: #BACC20; }
span { border-color: rgb(186,204,32); }
td.TdClassName
{
border-color: #BACC20;
}
.TagClassName
{
border-color: #BACC20;
}
</style>