Shades of Bahia #A2AD24
Tints of Bahia #A2AD24
RGB
CMYK
RGB Variations
Color information
#A2AD24 (or 0xA2AD24) is known color: Bahia. HEX triplet: A2, AD and 24. RGB value is (162,173,36). Sum of RGB (Red+Green+Blue) = 162+173+36=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD24 is #5D52DB. Grayscale: #9A9A9A. Windows color (decimal): -6116060 or 2403746. OLE color: 2403746.
HSL color Cylindrical-coordinate representation of color #A2AD24: hue angle of 64.82º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2AD24 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 36 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.32 |
| HSL | 64.82º | 0.66% | 0.41% | - |
| HSV(B) | 64.82º | 0.79% | 0.68% | - |
| XYZ | 30.16 | 37.7 | 7.36 | - |
| YUV | 154.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 36 | 0.06 | 0 | 0.79 | 0.32 | 64.82 | 0.66 | 0.41 |
| Hex | A2 | AD | 24 | 6 | 0 | 4F | 20 | 41 | 42 | 29 |
| Octal | 242 | 255 | 44 | 6 | 0 | 117 | 40 | 101 | 102 | 51 |
| Binary | 10100010 | 10101101 | 100100 | 110 | 0 | 1001111 | 100000 | 1000001 | 1000010 | 101001 |
Color Harmonies of #A2AD24
Complementary color
Monochromatic Colors of #A2AD24
Black with #A2AD24
Text Example
Text Example
White with #A2AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD24; }
p { color: rgb(162,173,36); }
H1.HeaderClassName
{
color: #A2AD24;
}
.AnyTagClassName
{
color: #A2AD24;
}
</style>
background-color css
<style>
a { background-color: #A2AD24; }
a { background-color: rgb(162,173,36); }
div.DivClassName
{
background-color: #A2AD24;
}
.BgClassName
{
background-color: #A2AD24;
}
</style>
border-color css
<style>
span { border-color: #A2AD24; }
span { border-color: rgb(162,173,36); }
td.TdClassName
{
border-color: #A2AD24;
}
.TagClassName
{
border-color: #A2AD24;
}
</style>