Shades of Rio Grande #BAC814
Tints of Rio Grande #BAC814
RGB
CMYK
RGB Variations
Color information
#BAC814 (or 0xBAC814) is known color: Rio Grande. HEX triplet: BA, C8 and 14. RGB value is (186,200,20). Sum of RGB (Red+Green+Blue) = 186+200+20=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC814 is #4537EB. Grayscale: #B0B0B0. Windows color (decimal): -4536300 or 1362106. OLE color: 1362106.
HSL color Cylindrical-coordinate representation of color #BAC814: hue angle of 64.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAC814 is Cyan = 0.07, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 20 | - |
| CMYK | 0.07 | 0 | 0.9 | 0.22 |
| HSL | 64.67º | 0.82% | 0.43% | - |
| HSV(B) | 64.67º | 0.9% | 0.78% | - |
| XYZ | 41.03 | 51.8 | 8.5 | - |
| YUV | 175.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 20 | 0.07 | 0 | 0.9 | 0.22 | 64.67 | 0.82 | 0.43 |
| Hex | BA | C8 | 14 | 7 | 0 | 5A | 16 | 41 | 52 | 2B |
| Octal | 272 | 310 | 24 | 7 | 0 | 132 | 26 | 101 | 122 | 53 |
| Binary | 10111010 | 11001000 | 10100 | 111 | 0 | 1011010 | 10110 | 1000001 | 1010010 | 101011 |
Color Harmonies of #BAC814
Complementary color
Monochromatic Colors of #BAC814
Black with #BAC814
Text Example
Text Example
White with #BAC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC814; }
p { color: rgb(186,200,20); }
H1.HeaderClassName
{
color: #BAC814;
}
.AnyTagClassName
{
color: #BAC814;
}
</style>
background-color css
<style>
a { background-color: #BAC814; }
a { background-color: rgb(186,200,20); }
div.DivClassName
{
background-color: #BAC814;
}
.BgClassName
{
background-color: #BAC814;
}
</style>
border-color css
<style>
span { border-color: #BAC814; }
span { border-color: rgb(186,200,20); }
td.TdClassName
{
border-color: #BAC814;
}
.TagClassName
{
border-color: #BAC814;
}
</style>