Shades of Rio Grande #BAC218
Tints of Rio Grande #BAC218
RGB
CMYK
RGB Variations
Color information
#BAC218 (or 0xBAC218) is known color: Rio Grande. HEX triplet: BA, C2 and 18. RGB value is (186,194,24). Sum of RGB (Red+Green+Blue) = 186+194+24=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC218 is #453DE7. Grayscale: #ACACAC. Windows color (decimal): -4537832 or 1622714. OLE color: 1622714.
HSL color Cylindrical-coordinate representation of color #BAC218: hue angle of 62.82º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAC218 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 24 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.24 |
| HSL | 62.82º | 0.78% | 0.43% | - |
| HSV(B) | 62.82º | 0.88% | 0.76% | - |
| XYZ | 39.71 | 49.09 | 8.25 | - |
| YUV | 172.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 24 | 0.04 | 0 | 0.88 | 0.24 | 62.82 | 0.78 | 0.43 |
| Hex | BA | C2 | 18 | 4 | 0 | 58 | 18 | 3F | 4E | 2B |
| Octal | 272 | 302 | 30 | 4 | 0 | 130 | 30 | 77 | 116 | 53 |
| Binary | 10111010 | 11000010 | 11000 | 100 | 0 | 1011000 | 11000 | 111111 | 1001110 | 101011 |
Color Harmonies of #BAC218
Complementary color
Monochromatic Colors of #BAC218
Black with #BAC218
Text Example
Text Example
White with #BAC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC218; }
p { color: rgb(186,194,24); }
H1.HeaderClassName
{
color: #BAC218;
}
.AnyTagClassName
{
color: #BAC218;
}
</style>
background-color css
<style>
a { background-color: #BAC218; }
a { background-color: rgb(186,194,24); }
div.DivClassName
{
background-color: #BAC218;
}
.BgClassName
{
background-color: #BAC218;
}
</style>
border-color css
<style>
span { border-color: #BAC218; }
span { border-color: rgb(186,194,24); }
td.TdClassName
{
border-color: #BAC218;
}
.TagClassName
{
border-color: #BAC218;
}
</style>