Shades of Bahia #A2AD1F
Tints of Bahia #A2AD1F
RGB
CMYK
RGB Variations
Color information
#A2AD1F (or 0xA2AD1F) is known color: Bahia. HEX triplet: A2, AD and 1F. RGB value is (162,173,31). Sum of RGB (Red+Green+Blue) = 162+173+31=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD1F is #5D52E0. Grayscale: #9A9A9A. Windows color (decimal): -6116065 or 2076066. OLE color: 2076066.
HSL color Cylindrical-coordinate representation of color #A2AD1F: hue angle of 64.65º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A2AD1F is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 31 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.32 |
| HSL | 64.65º | 0.7% | 0.4% | - |
| HSV(B) | 64.65º | 0.82% | 0.68% | - |
| XYZ | 30.09 | 37.67 | 6.98 | - |
| YUV | 153.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 31 | 0.06 | 0 | 0.82 | 0.32 | 64.65 | 0.7 | 0.4 |
| Hex | A2 | AD | 1F | 6 | 0 | 52 | 20 | 41 | 46 | 28 |
| Octal | 242 | 255 | 37 | 6 | 0 | 122 | 40 | 101 | 106 | 50 |
| Binary | 10100010 | 10101101 | 11111 | 110 | 0 | 1010010 | 100000 | 1000001 | 1000110 | 101000 |
Color Harmonies of #A2AD1F
Complementary color
Monochromatic Colors of #A2AD1F
Black with #A2AD1F
Text Example
Text Example
White with #A2AD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD1F; }
p { color: rgb(162,173,31); }
H1.HeaderClassName
{
color: #A2AD1F;
}
.AnyTagClassName
{
color: #A2AD1F;
}
</style>
background-color css
<style>
a { background-color: #A2AD1F; }
a { background-color: rgb(162,173,31); }
div.DivClassName
{
background-color: #A2AD1F;
}
.BgClassName
{
background-color: #A2AD1F;
}
</style>
border-color css
<style>
span { border-color: #A2AD1F; }
span { border-color: rgb(162,173,31); }
td.TdClassName
{
border-color: #A2AD1F;
}
.TagClassName
{
border-color: #A2AD1F;
}
</style>