Shades of Bahia #A2AC2E
Tints of Bahia #A2AC2E
RGB
CMYK
RGB Variations
Color information
#A2AC2E (or 0xA2AC2E) is known color: Bahia. HEX triplet: A2, AC and 2E. RGB value is (162,172,46). Sum of RGB (Red+Green+Blue) = 162+172+46=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC2E is #5D53D1. Grayscale: #9B9B9B. Windows color (decimal): -6116306 or 3058850. OLE color: 3058850.
HSL color Cylindrical-coordinate representation of color #A2AC2E: hue angle of 64.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2AC2E is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 46 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.33 |
| HSL | 64.76º | 0.58% | 0.43% | - |
| HSV(B) | 64.76º | 0.73% | 0.67% | - |
| XYZ | 30.15 | 37.38 | 8.21 | - |
| YUV | 154.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 46 | 0.06 | 0 | 0.73 | 0.33 | 64.76 | 0.58 | 0.43 |
| Hex | A2 | AC | 2E | 6 | 0 | 49 | 21 | 41 | 3A | 2B |
| Octal | 242 | 254 | 56 | 6 | 0 | 111 | 41 | 101 | 72 | 53 |
| Binary | 10100010 | 10101100 | 101110 | 110 | 0 | 1001001 | 100001 | 1000001 | 111010 | 101011 |
Color Harmonies of #A2AC2E
Complementary color
Monochromatic Colors of #A2AC2E
Black with #A2AC2E
Text Example
Text Example
White with #A2AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC2E; }
p { color: rgb(162,172,46); }
H1.HeaderClassName
{
color: #A2AC2E;
}
.AnyTagClassName
{
color: #A2AC2E;
}
</style>
background-color css
<style>
a { background-color: #A2AC2E; }
a { background-color: rgb(162,172,46); }
div.DivClassName
{
background-color: #A2AC2E;
}
.BgClassName
{
background-color: #A2AC2E;
}
</style>
border-color css
<style>
span { border-color: #A2AC2E; }
span { border-color: rgb(162,172,46); }
td.TdClassName
{
border-color: #A2AC2E;
}
.TagClassName
{
border-color: #A2AC2E;
}
</style>