Shades of Rio Grande #BAC422
Tints of Rio Grande #BAC422
RGB
CMYK
RGB Variations
Color information
#BAC422 (or 0xBAC422) is known color: Rio Grande. HEX triplet: BA, C4 and 22. RGB value is (186,196,34). Sum of RGB (Red+Green+Blue) = 186+196+34=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC422 is #453BDD. Grayscale: #AFAFAF. Windows color (decimal): -4537310 or 2278586. OLE color: 2278586.
HSL color Cylindrical-coordinate representation of color #BAC422: hue angle of 63.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAC422 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.23 |
| HSL | 63.7º | 0.7% | 0.45% | - |
| HSV(B) | 63.7º | 0.83% | 0.77% | - |
| XYZ | 40.28 | 50.03 | 9.05 | - |
| YUV | 174.54 | 48.69 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 34 | 0.05 | 0 | 0.83 | 0.23 | 63.7 | 0.7 | 0.45 |
| Hex | BA | C4 | 22 | 5 | 0 | 53 | 17 | 40 | 46 | 2D |
| Octal | 272 | 304 | 42 | 5 | 0 | 123 | 27 | 100 | 106 | 55 |
| Binary | 10111010 | 11000100 | 100010 | 101 | 0 | 1010011 | 10111 | 1000000 | 1000110 | 101101 |
Color Harmonies of #BAC422
Complementary color
Monochromatic Colors of #BAC422
Black with #BAC422
Text Example
Text Example
White with #BAC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC422; }
p { color: rgb(186,196,34); }
H1.HeaderClassName
{
color: #BAC422;
}
.AnyTagClassName
{
color: #BAC422;
}
</style>
background-color css
<style>
a { background-color: #BAC422; }
a { background-color: rgb(186,196,34); }
div.DivClassName
{
background-color: #BAC422;
}
.BgClassName
{
background-color: #BAC422;
}
</style>
border-color css
<style>
span { border-color: #BAC422; }
span { border-color: rgb(186,196,34); }
td.TdClassName
{
border-color: #BAC422;
}
.TagClassName
{
border-color: #BAC422;
}
</style>