Shades of Rio Grande #BACA20
Tints of Rio Grande #BACA20
RGB
CMYK
RGB Variations
Color information
#BACA20 (or 0xBACA20) is known color: Rio Grande. HEX triplet: BA, CA and 20. RGB value is (186,202,32). Sum of RGB (Red+Green+Blue) = 186+202+32=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA20 is #4535DF. Grayscale: #B2B2B2. Windows color (decimal): -4535776 or 2149050. OLE color: 2149050.
HSL color Cylindrical-coordinate representation of color #BACA20: hue angle of 65.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BACA20 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 32 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.21 |
| HSL | 65.65º | 0.73% | 0.46% | - |
| HSV(B) | 65.65º | 0.84% | 0.79% | - |
| XYZ | 41.63 | 52.78 | 9.36 | - |
| YUV | 177.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 32 | 0.08 | 0 | 0.84 | 0.21 | 65.65 | 0.73 | 0.46 |
| Hex | BA | CA | 20 | 8 | 0 | 54 | 15 | 42 | 49 | 2E |
| Octal | 272 | 312 | 40 | 10 | 0 | 124 | 25 | 102 | 111 | 56 |
| Binary | 10111010 | 11001010 | 100000 | 1000 | 0 | 1010100 | 10101 | 1000010 | 1001001 | 101110 |
Color Harmonies of #BACA20
Complementary color
Monochromatic Colors of #BACA20
Black with #BACA20
Text Example
Text Example
White with #BACA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA20; }
p { color: rgb(186,202,32); }
H1.HeaderClassName
{
color: #BACA20;
}
.AnyTagClassName
{
color: #BACA20;
}
</style>
background-color css
<style>
a { background-color: #BACA20; }
a { background-color: rgb(186,202,32); }
div.DivClassName
{
background-color: #BACA20;
}
.BgClassName
{
background-color: #BACA20;
}
</style>
border-color css
<style>
span { border-color: #BACA20; }
span { border-color: rgb(186,202,32); }
td.TdClassName
{
border-color: #BACA20;
}
.TagClassName
{
border-color: #BACA20;
}
</style>