Shades of Rio Grande #BAC716
Tints of Rio Grande #BAC716
RGB
CMYK
RGB Variations
Color information
#BAC716 (or 0xBAC716) is known color: Rio Grande. HEX triplet: BA, C7 and 16. RGB value is (186,199,22). Sum of RGB (Red+Green+Blue) = 186+199+22=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC716 is #4538E9. Grayscale: #AFAFAF. Windows color (decimal): -4536554 or 1492922. OLE color: 1492922.
HSL color Cylindrical-coordinate representation of color #BAC716: hue angle of 64.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAC716 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 22 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.22 |
| HSL | 64.41º | 0.8% | 0.43% | - |
| HSV(B) | 64.41º | 0.89% | 0.78% | - |
| XYZ | 40.82 | 51.34 | 8.52 | - |
| YUV | 174.94 | 41.69 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 22 | 0.07 | 0 | 0.89 | 0.22 | 64.41 | 0.8 | 0.43 |
| Hex | BA | C7 | 16 | 7 | 0 | 59 | 16 | 40 | 50 | 2B |
| Octal | 272 | 307 | 26 | 7 | 0 | 131 | 26 | 100 | 120 | 53 |
| Binary | 10111010 | 11000111 | 10110 | 111 | 0 | 1011001 | 10110 | 1000000 | 1010000 | 101011 |
Color Harmonies of #BAC716
Complementary color
Monochromatic Colors of #BAC716
Black with #BAC716
Text Example
Text Example
White with #BAC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC716; }
p { color: rgb(186,199,22); }
H1.HeaderClassName
{
color: #BAC716;
}
.AnyTagClassName
{
color: #BAC716;
}
</style>
background-color css
<style>
a { background-color: #BAC716; }
a { background-color: rgb(186,199,22); }
div.DivClassName
{
background-color: #BAC716;
}
.BgClassName
{
background-color: #BAC716;
}
</style>
border-color css
<style>
span { border-color: #BAC716; }
span { border-color: rgb(186,199,22); }
td.TdClassName
{
border-color: #BAC716;
}
.TagClassName
{
border-color: #BAC716;
}
</style>