Shades of Rio Grande #BAC21C
Tints of Rio Grande #BAC21C
RGB
CMYK
RGB Variations
Color information
#BAC21C (or 0xBAC21C) is known color: Rio Grande. HEX triplet: BA, C2 and 1C. RGB value is (186,194,28). Sum of RGB (Red+Green+Blue) = 186+194+28=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC21C is #453DE3. Grayscale: #ADADAD. Windows color (decimal): -4537828 or 1884858. OLE color: 1884858.
HSL color Cylindrical-coordinate representation of color #BAC21C: hue angle of 62.89º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAC21C is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 28 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.24 |
| HSL | 62.89º | 0.75% | 0.44% | - |
| HSV(B) | 62.89º | 0.86% | 0.76% | - |
| XYZ | 39.75 | 49.11 | 8.48 | - |
| YUV | 172.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 28 | 0.04 | 0 | 0.86 | 0.24 | 62.89 | 0.75 | 0.44 |
| Hex | BA | C2 | 1C | 4 | 0 | 56 | 18 | 3F | 4B | 2C |
| Octal | 272 | 302 | 34 | 4 | 0 | 126 | 30 | 77 | 113 | 54 |
| Binary | 10111010 | 11000010 | 11100 | 100 | 0 | 1010110 | 11000 | 111111 | 1001011 | 101100 |
Color Harmonies of #BAC21C
Complementary color
Monochromatic Colors of #BAC21C
Black with #BAC21C
Text Example
Text Example
White with #BAC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC21C; }
p { color: rgb(186,194,28); }
H1.HeaderClassName
{
color: #BAC21C;
}
.AnyTagClassName
{
color: #BAC21C;
}
</style>
background-color css
<style>
a { background-color: #BAC21C; }
a { background-color: rgb(186,194,28); }
div.DivClassName
{
background-color: #BAC21C;
}
.BgClassName
{
background-color: #BAC21C;
}
</style>
border-color css
<style>
span { border-color: #BAC21C; }
span { border-color: rgb(186,194,28); }
td.TdClassName
{
border-color: #BAC21C;
}
.TagClassName
{
border-color: #BAC21C;
}
</style>