Shades of Rio Grande #BAC322
Tints of Rio Grande #BAC322
RGB
CMYK
RGB Variations
Color information
#BAC322 (or 0xBAC322) is known color: Rio Grande. HEX triplet: BA, C3 and 22. RGB value is (186,195,34). Sum of RGB (Red+Green+Blue) = 186+195+34=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC322 is #453CDD. Grayscale: #AEAEAE. Windows color (decimal): -4537566 or 2278330. OLE color: 2278330.
HSL color Cylindrical-coordinate representation of color #BAC322: hue angle of 63.35º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAC322 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 34 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.24 |
| HSL | 63.35º | 0.7% | 0.45% | - |
| HSV(B) | 63.35º | 0.83% | 0.76% | - |
| XYZ | 40.05 | 49.58 | 8.97 | - |
| YUV | 173.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 34 | 0.05 | 0 | 0.83 | 0.24 | 63.35 | 0.7 | 0.45 |
| Hex | BA | C3 | 22 | 5 | 0 | 53 | 18 | 3F | 46 | 2D |
| Octal | 272 | 303 | 42 | 5 | 0 | 123 | 30 | 77 | 106 | 55 |
| Binary | 10111010 | 11000011 | 100010 | 101 | 0 | 1010011 | 11000 | 111111 | 1000110 | 101101 |
Color Harmonies of #BAC322
Complementary color
Monochromatic Colors of #BAC322
Black with #BAC322
Text Example
Text Example
White with #BAC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC322; }
p { color: rgb(186,195,34); }
H1.HeaderClassName
{
color: #BAC322;
}
.AnyTagClassName
{
color: #BAC322;
}
</style>
background-color css
<style>
a { background-color: #BAC322; }
a { background-color: rgb(186,195,34); }
div.DivClassName
{
background-color: #BAC322;
}
.BgClassName
{
background-color: #BAC322;
}
</style>
border-color css
<style>
span { border-color: #BAC322; }
span { border-color: rgb(186,195,34); }
td.TdClassName
{
border-color: #BAC322;
}
.TagClassName
{
border-color: #BAC322;
}
</style>