Shades of Rio Grande #BAC022
Tints of Rio Grande #BAC022
RGB
CMYK
RGB Variations
Color information
#BAC022 (or 0xBAC022) is known color: Rio Grande. HEX triplet: BA, C0 and 22. RGB value is (186,192,34). Sum of RGB (Red+Green+Blue) = 186+192+34=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC022 is #453FDD. Grayscale: #ACACAC. Windows color (decimal): -4538334 or 2277562. OLE color: 2277562.
HSL color Cylindrical-coordinate representation of color #BAC022: hue angle of 62.28º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAC022 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 34 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.25 |
| HSL | 62.28º | 0.7% | 0.44% | - |
| HSV(B) | 62.28º | 0.82% | 0.75% | - |
| XYZ | 39.39 | 48.25 | 8.75 | - |
| YUV | 172.19 | 50.01 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 34 | 0.03 | 0 | 0.82 | 0.25 | 62.28 | 0.7 | 0.44 |
| Hex | BA | C0 | 22 | 3 | 0 | 52 | 19 | 3E | 46 | 2C |
| Octal | 272 | 300 | 42 | 3 | 0 | 122 | 31 | 76 | 106 | 54 |
| Binary | 10111010 | 11000000 | 100010 | 11 | 0 | 1010010 | 11001 | 111110 | 1000110 | 101100 |
Color Harmonies of #BAC022
Complementary color
Monochromatic Colors of #BAC022
Black with #BAC022
Text Example
Text Example
White with #BAC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC022; }
p { color: rgb(186,192,34); }
H1.HeaderClassName
{
color: #BAC022;
}
.AnyTagClassName
{
color: #BAC022;
}
</style>
background-color css
<style>
a { background-color: #BAC022; }
a { background-color: rgb(186,192,34); }
div.DivClassName
{
background-color: #BAC022;
}
.BgClassName
{
background-color: #BAC022;
}
</style>
border-color css
<style>
span { border-color: #BAC022; }
span { border-color: rgb(186,192,34); }
td.TdClassName
{
border-color: #BAC022;
}
.TagClassName
{
border-color: #BAC022;
}
</style>