Shades of Bahia #A9D021
Tints of Bahia #A9D021
RGB
CMYK
RGB Variations
Color information
#A9D021 (or 0xA9D021) is known color: Bahia. HEX triplet: A9, D0 and 21. RGB value is (169,208,33). Sum of RGB (Red+Green+Blue) = 169+208+33=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D021 is #562FDE. Grayscale: #B1B1B1. Windows color (decimal): -5648351 or 2216105. OLE color: 2216105.
HSL color Cylindrical-coordinate representation of color #A9D021: hue angle of 73.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9D021 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 33 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.18 |
| HSL | 73.37º | 0.73% | 0.47% | - |
| HSV(B) | 73.37º | 0.84% | 0.82% | - |
| XYZ | 39.19 | 53.66 | 9.73 | - |
| YUV | 176.39 | 47.08 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 33 | 0.19 | 0 | 0.84 | 0.18 | 73.37 | 0.73 | 0.47 |
| Hex | A9 | D0 | 21 | 13 | 0 | 54 | 12 | 49 | 49 | 2F |
| Octal | 251 | 320 | 41 | 23 | 0 | 124 | 22 | 111 | 111 | 57 |
| Binary | 10101001 | 11010000 | 100001 | 10011 | 0 | 1010100 | 10010 | 1001001 | 1001001 | 101111 |
Color Harmonies of #A9D021
Complementary color
Monochromatic Colors of #A9D021
Black with #A9D021
Text Example
Text Example
White with #A9D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D021; }
p { color: rgb(169,208,33); }
H1.HeaderClassName
{
color: #A9D021;
}
.AnyTagClassName
{
color: #A9D021;
}
</style>
background-color css
<style>
a { background-color: #A9D021; }
a { background-color: rgb(169,208,33); }
div.DivClassName
{
background-color: #A9D021;
}
.BgClassName
{
background-color: #A9D021;
}
</style>
border-color css
<style>
span { border-color: #A9D021; }
span { border-color: rgb(169,208,33); }
td.TdClassName
{
border-color: #A9D021;
}
.TagClassName
{
border-color: #A9D021;
}
</style>