Shades of Rio Grande #BAC021
Tints of Rio Grande #BAC021
RGB
CMYK
RGB Variations
Color information
#BAC021 (or 0xBAC021) is known color: Rio Grande. HEX triplet: BA, C0 and 21. RGB value is (186,192,33). Sum of RGB (Red+Green+Blue) = 186+192+33=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC021 is #453FDE. Grayscale: #ACACAC. Windows color (decimal): -4538335 or 2212026. OLE color: 2212026.
HSL color Cylindrical-coordinate representation of color #BAC021: hue angle of 62.26º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAC021 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 33 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.25 |
| HSL | 62.26º | 0.71% | 0.44% | - |
| HSV(B) | 62.26º | 0.83% | 0.75% | - |
| XYZ | 39.37 | 48.25 | 8.68 | - |
| YUV | 172.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 33 | 0.03 | 0 | 0.83 | 0.25 | 62.26 | 0.71 | 0.44 |
| Hex | BA | C0 | 21 | 3 | 0 | 53 | 19 | 3E | 47 | 2C |
| Octal | 272 | 300 | 41 | 3 | 0 | 123 | 31 | 76 | 107 | 54 |
| Binary | 10111010 | 11000000 | 100001 | 11 | 0 | 1010011 | 11001 | 111110 | 1000111 | 101100 |
Color Harmonies of #BAC021
Complementary color
Monochromatic Colors of #BAC021
Black with #BAC021
Text Example
Text Example
White with #BAC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC021; }
p { color: rgb(186,192,33); }
H1.HeaderClassName
{
color: #BAC021;
}
.AnyTagClassName
{
color: #BAC021;
}
</style>
background-color css
<style>
a { background-color: #BAC021; }
a { background-color: rgb(186,192,33); }
div.DivClassName
{
background-color: #BAC021;
}
.BgClassName
{
background-color: #BAC021;
}
</style>
border-color css
<style>
span { border-color: #BAC021; }
span { border-color: rgb(186,192,33); }
td.TdClassName
{
border-color: #BAC021;
}
.TagClassName
{
border-color: #BAC021;
}
</style>