Shades of Bahia #A2AD28
Tints of Bahia #A2AD28
RGB
CMYK
RGB Variations
Color information
#A2AD28 (or 0xA2AD28) is known color: Bahia. HEX triplet: A2, AD and 28. RGB value is (162,173,40). Sum of RGB (Red+Green+Blue) = 162+173+40=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD28 is #5D52D7. Grayscale: #9B9B9B. Windows color (decimal): -6116056 or 2665890. OLE color: 2665890.
HSL color Cylindrical-coordinate representation of color #A2AD28: hue angle of 64.96º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2AD28 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 40 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.32 |
| HSL | 64.96º | 0.62% | 0.42% | - |
| HSV(B) | 64.96º | 0.77% | 0.68% | - |
| XYZ | 30.23 | 37.72 | 7.7 | - |
| YUV | 154.55 | 63.36 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 40 | 0.06 | 0 | 0.77 | 0.32 | 64.96 | 0.62 | 0.42 |
| Hex | A2 | AD | 28 | 6 | 0 | 4D | 20 | 41 | 3E | 2A |
| Octal | 242 | 255 | 50 | 6 | 0 | 115 | 40 | 101 | 76 | 52 |
| Binary | 10100010 | 10101101 | 101000 | 110 | 0 | 1001101 | 100000 | 1000001 | 111110 | 101010 |
Color Harmonies of #A2AD28
Complementary color
Monochromatic Colors of #A2AD28
Black with #A2AD28
Text Example
Text Example
White with #A2AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD28; }
p { color: rgb(162,173,40); }
H1.HeaderClassName
{
color: #A2AD28;
}
.AnyTagClassName
{
color: #A2AD28;
}
</style>
background-color css
<style>
a { background-color: #A2AD28; }
a { background-color: rgb(162,173,40); }
div.DivClassName
{
background-color: #A2AD28;
}
.BgClassName
{
background-color: #A2AD28;
}
</style>
border-color css
<style>
span { border-color: #A2AD28; }
span { border-color: rgb(162,173,40); }
td.TdClassName
{
border-color: #A2AD28;
}
.TagClassName
{
border-color: #A2AD28;
}
</style>