Shades of Rio Grande #BAC718
Tints of Rio Grande #BAC718
RGB
CMYK
RGB Variations
Color information
#BAC718 (or 0xBAC718) is known color: Rio Grande. HEX triplet: BA, C7 and 18. RGB value is (186,199,24). Sum of RGB (Red+Green+Blue) = 186+199+24=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC718 is #4538E7. Grayscale: #AFAFAF. Windows color (decimal): -4536552 or 1623994. OLE color: 1623994.
HSL color Cylindrical-coordinate representation of color #BAC718: hue angle of 64.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAC718 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 24 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.22 |
| HSL | 64.46º | 0.78% | 0.44% | - |
| HSV(B) | 64.46º | 0.88% | 0.78% | - |
| XYZ | 40.84 | 51.35 | 8.62 | - |
| YUV | 175.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 24 | 0.07 | 0 | 0.88 | 0.22 | 64.46 | 0.78 | 0.44 |
| Hex | BA | C7 | 18 | 7 | 0 | 58 | 16 | 40 | 4E | 2C |
| Octal | 272 | 307 | 30 | 7 | 0 | 130 | 26 | 100 | 116 | 54 |
| Binary | 10111010 | 11000111 | 11000 | 111 | 0 | 1011000 | 10110 | 1000000 | 1001110 | 101100 |
Color Harmonies of #BAC718
Complementary color
Monochromatic Colors of #BAC718
Black with #BAC718
Text Example
Text Example
White with #BAC718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC718; }
p { color: rgb(186,199,24); }
H1.HeaderClassName
{
color: #BAC718;
}
.AnyTagClassName
{
color: #BAC718;
}
</style>
background-color css
<style>
a { background-color: #BAC718; }
a { background-color: rgb(186,199,24); }
div.DivClassName
{
background-color: #BAC718;
}
.BgClassName
{
background-color: #BAC718;
}
</style>
border-color css
<style>
span { border-color: #BAC718; }
span { border-color: rgb(186,199,24); }
td.TdClassName
{
border-color: #BAC718;
}
.TagClassName
{
border-color: #BAC718;
}
</style>