Shades of Rio Grande #BAC22B
Tints of Rio Grande #BAC22B
RGB
CMYK
RGB Variations
Color information
#BAC22B (or 0xBAC22B) is known color: Rio Grande. HEX triplet: BA, C2 and 2B. RGB value is (186,194,43). Sum of RGB (Red+Green+Blue) = 186+194+43=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC22B is #453DD4. Grayscale: #AEAEAE. Windows color (decimal): -4537813 or 2867898. OLE color: 2867898.
HSL color Cylindrical-coordinate representation of color #BAC22B: hue angle of 63.18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAC22B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 43 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.24 |
| HSL | 63.18º | 0.64% | 0.46% | - |
| HSV(B) | 63.18º | 0.78% | 0.76% | - |
| XYZ | 39.98 | 49.2 | 9.67 | - |
| YUV | 174.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 43 | 0.04 | 0 | 0.78 | 0.24 | 63.18 | 0.64 | 0.46 |
| Hex | BA | C2 | 2B | 4 | 0 | 4E | 18 | 3F | 40 | 2E |
| Octal | 272 | 302 | 53 | 4 | 0 | 116 | 30 | 77 | 100 | 56 |
| Binary | 10111010 | 11000010 | 101011 | 100 | 0 | 1001110 | 11000 | 111111 | 1000000 | 101110 |
Color Harmonies of #BAC22B
Complementary color
Monochromatic Colors of #BAC22B
Black with #BAC22B
Text Example
Text Example
White with #BAC22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC22B; }
p { color: rgb(186,194,43); }
H1.HeaderClassName
{
color: #BAC22B;
}
.AnyTagClassName
{
color: #BAC22B;
}
</style>
background-color css
<style>
a { background-color: #BAC22B; }
a { background-color: rgb(186,194,43); }
div.DivClassName
{
background-color: #BAC22B;
}
.BgClassName
{
background-color: #BAC22B;
}
</style>
border-color css
<style>
span { border-color: #BAC22B; }
span { border-color: rgb(186,194,43); }
td.TdClassName
{
border-color: #BAC22B;
}
.TagClassName
{
border-color: #BAC22B;
}
</style>