Shades of Bahia #A2AD33
Tints of Bahia #A2AD33
RGB
CMYK
RGB Variations
Color information
#A2AD33 (or 0xA2AD33) is known color: Bahia. HEX triplet: A2, AD and 33. RGB value is (162,173,51). Sum of RGB (Red+Green+Blue) = 162+173+51=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD33 is #5D52CC. Grayscale: #9C9C9C. Windows color (decimal): -6116045 or 3386786. OLE color: 3386786.
HSL color Cylindrical-coordinate representation of color #A2AD33: hue angle of 65.41º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2AD33 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 51 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.32 |
| HSL | 65.41º | 0.54% | 0.44% | - |
| HSV(B) | 65.41º | 0.71% | 0.68% | - |
| XYZ | 30.44 | 37.81 | 8.83 | - |
| YUV | 155.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 51 | 0.06 | 0 | 0.71 | 0.32 | 65.41 | 0.54 | 0.44 |
| Hex | A2 | AD | 33 | 6 | 0 | 47 | 20 | 41 | 36 | 2C |
| Octal | 242 | 255 | 63 | 6 | 0 | 107 | 40 | 101 | 66 | 54 |
| Binary | 10100010 | 10101101 | 110011 | 110 | 0 | 1000111 | 100000 | 1000001 | 110110 | 101100 |
Color Harmonies of #A2AD33
Complementary color
Monochromatic Colors of #A2AD33
Black with #A2AD33
Text Example
Text Example
White with #A2AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD33; }
p { color: rgb(162,173,51); }
H1.HeaderClassName
{
color: #A2AD33;
}
.AnyTagClassName
{
color: #A2AD33;
}
</style>
background-color css
<style>
a { background-color: #A2AD33; }
a { background-color: rgb(162,173,51); }
div.DivClassName
{
background-color: #A2AD33;
}
.BgClassName
{
background-color: #A2AD33;
}
</style>
border-color css
<style>
span { border-color: #A2AD33; }
span { border-color: rgb(162,173,51); }
td.TdClassName
{
border-color: #A2AD33;
}
.TagClassName
{
border-color: #A2AD33;
}
</style>