Shades of Rio Grande #BACA16
Tints of Rio Grande #BACA16
RGB
CMYK
RGB Variations
Color information
#BACA16 (or 0xBACA16) is known color: Rio Grande. HEX triplet: BA, CA and 16. RGB value is (186,202,22). Sum of RGB (Red+Green+Blue) = 186+202+22=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA16 is #4535E9. Grayscale: #B1B1B1. Windows color (decimal): -4535786 or 1493690. OLE color: 1493690.
HSL color Cylindrical-coordinate representation of color #BACA16: hue angle of 65.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BACA16 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 22 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.21 |
| HSL | 65.33º | 0.8% | 0.44% | - |
| HSV(B) | 65.33º | 0.89% | 0.79% | - |
| XYZ | 41.52 | 52.74 | 8.75 | - |
| YUV | 176.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 22 | 0.08 | 0 | 0.89 | 0.21 | 65.33 | 0.8 | 0.44 |
| Hex | BA | CA | 16 | 8 | 0 | 59 | 15 | 41 | 50 | 2C |
| Octal | 272 | 312 | 26 | 10 | 0 | 131 | 25 | 101 | 120 | 54 |
| Binary | 10111010 | 11001010 | 10110 | 1000 | 0 | 1011001 | 10101 | 1000001 | 1010000 | 101100 |
Color Harmonies of #BACA16
Complementary color
Monochromatic Colors of #BACA16
Black with #BACA16
Text Example
Text Example
White with #BACA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA16; }
p { color: rgb(186,202,22); }
H1.HeaderClassName
{
color: #BACA16;
}
.AnyTagClassName
{
color: #BACA16;
}
</style>
background-color css
<style>
a { background-color: #BACA16; }
a { background-color: rgb(186,202,22); }
div.DivClassName
{
background-color: #BACA16;
}
.BgClassName
{
background-color: #BACA16;
}
</style>
border-color css
<style>
span { border-color: #BACA16; }
span { border-color: rgb(186,202,22); }
td.TdClassName
{
border-color: #BACA16;
}
.TagClassName
{
border-color: #BACA16;
}
</style>