Shades of Rio Grande #BAC622
Tints of Rio Grande #BAC622
RGB
CMYK
RGB Variations
Color information
#BAC622 (or 0xBAC622) is known color: Rio Grande. HEX triplet: BA, C6 and 22. RGB value is (186,198,34). Sum of RGB (Red+Green+Blue) = 186+198+34=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC622 is #4539DD. Grayscale: #B0B0B0. Windows color (decimal): -4536798 or 2279098. OLE color: 2279098.
HSL color Cylindrical-coordinate representation of color #BAC622: hue angle of 64.39º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAC622 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 34 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.22 |
| HSL | 64.39º | 0.71% | 0.45% | - |
| HSV(B) | 64.39º | 0.83% | 0.78% | - |
| XYZ | 40.73 | 50.94 | 9.2 | - |
| YUV | 175.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 34 | 0.06 | 0 | 0.83 | 0.22 | 64.39 | 0.71 | 0.45 |
| Hex | BA | C6 | 22 | 6 | 0 | 53 | 16 | 40 | 47 | 2D |
| Octal | 272 | 306 | 42 | 6 | 0 | 123 | 26 | 100 | 107 | 55 |
| Binary | 10111010 | 11000110 | 100010 | 110 | 0 | 1010011 | 10110 | 1000000 | 1000111 | 101101 |
Color Harmonies of #BAC622
Complementary color
Monochromatic Colors of #BAC622
Black with #BAC622
Text Example
Text Example
White with #BAC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC622; }
p { color: rgb(186,198,34); }
H1.HeaderClassName
{
color: #BAC622;
}
.AnyTagClassName
{
color: #BAC622;
}
</style>
background-color css
<style>
a { background-color: #BAC622; }
a { background-color: rgb(186,198,34); }
div.DivClassName
{
background-color: #BAC622;
}
.BgClassName
{
background-color: #BAC622;
}
</style>
border-color css
<style>
span { border-color: #BAC622; }
span { border-color: rgb(186,198,34); }
td.TdClassName
{
border-color: #BAC622;
}
.TagClassName
{
border-color: #BAC622;
}
</style>