Shades of Rio Grande #BAC822
Tints of Rio Grande #BAC822
RGB
CMYK
RGB Variations
Color information
#BAC822 (or 0xBAC822) is known color: Rio Grande. HEX triplet: BA, C8 and 22. RGB value is (186,200,34). Sum of RGB (Red+Green+Blue) = 186+200+34=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC822 is #4537DD. Grayscale: #B1B1B1. Windows color (decimal): -4536286 or 2279610. OLE color: 2279610.
HSL color Cylindrical-coordinate representation of color #BAC822: hue angle of 65.06º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAC822 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 34 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.22 |
| HSL | 65.06º | 0.71% | 0.46% | - |
| HSV(B) | 65.06º | 0.83% | 0.78% | - |
| XYZ | 41.19 | 51.86 | 9.35 | - |
| YUV | 176.89 | 47.36 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 34 | 0.07 | 0 | 0.83 | 0.22 | 65.06 | 0.71 | 0.46 |
| Hex | BA | C8 | 22 | 7 | 0 | 53 | 16 | 41 | 47 | 2E |
| Octal | 272 | 310 | 42 | 7 | 0 | 123 | 26 | 101 | 107 | 56 |
| Binary | 10111010 | 11001000 | 100010 | 111 | 0 | 1010011 | 10110 | 1000001 | 1000111 | 101110 |
Color Harmonies of #BAC822
Complementary color
Monochromatic Colors of #BAC822
Black with #BAC822
Text Example
Text Example
White with #BAC822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC822; }
p { color: rgb(186,200,34); }
H1.HeaderClassName
{
color: #BAC822;
}
.AnyTagClassName
{
color: #BAC822;
}
</style>
background-color css
<style>
a { background-color: #BAC822; }
a { background-color: rgb(186,200,34); }
div.DivClassName
{
background-color: #BAC822;
}
.BgClassName
{
background-color: #BAC822;
}
</style>
border-color css
<style>
span { border-color: #BAC822; }
span { border-color: rgb(186,200,34); }
td.TdClassName
{
border-color: #BAC822;
}
.TagClassName
{
border-color: #BAC822;
}
</style>