Shades of Bahia #A2AB24
Tints of Bahia #A2AB24
RGB
CMYK
RGB Variations
Color information
#A2AB24 (or 0xA2AB24) is known color: Bahia. HEX triplet: A2, AB and 24. RGB value is (162,171,36). Sum of RGB (Red+Green+Blue) = 162+171+36=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB24 is #5D54DB. Grayscale: #999999. Windows color (decimal): -6116572 or 2403234. OLE color: 2403234.
HSL color Cylindrical-coordinate representation of color #A2AB24: hue angle of 64º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2AB24 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 36 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.33 |
| HSL | 64º | 0.65% | 0.41% | - |
| HSV(B) | 64º | 0.79% | 0.67% | - |
| XYZ | 29.78 | 36.93 | 7.23 | - |
| YUV | 152.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 36 | 0.05 | 0 | 0.79 | 0.33 | 64 | 0.65 | 0.41 |
| Hex | A2 | AB | 24 | 5 | 0 | 4F | 21 | 40 | 41 | 29 |
| Octal | 242 | 253 | 44 | 5 | 0 | 117 | 41 | 100 | 101 | 51 |
| Binary | 10100010 | 10101011 | 100100 | 101 | 0 | 1001111 | 100001 | 1000000 | 1000001 | 101001 |
Color Harmonies of #A2AB24
Complementary color
Monochromatic Colors of #A2AB24
Black with #A2AB24
Text Example
Text Example
White with #A2AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB24; }
p { color: rgb(162,171,36); }
H1.HeaderClassName
{
color: #A2AB24;
}
.AnyTagClassName
{
color: #A2AB24;
}
</style>
background-color css
<style>
a { background-color: #A2AB24; }
a { background-color: rgb(162,171,36); }
div.DivClassName
{
background-color: #A2AB24;
}
.BgClassName
{
background-color: #A2AB24;
}
</style>
border-color css
<style>
span { border-color: #A2AB24; }
span { border-color: rgb(162,171,36); }
td.TdClassName
{
border-color: #A2AB24;
}
.TagClassName
{
border-color: #A2AB24;
}
</style>