Shades of Bahia #A7D021
Tints of Bahia #A7D021
RGB
CMYK
RGB Variations
Color information
#A7D021 (or 0xA7D021) is known color: Bahia. HEX triplet: A7, D0 and 21. RGB value is (167,208,33). Sum of RGB (Red+Green+Blue) = 167+208+33=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D021 is #582FDE. Grayscale: #B0B0B0. Windows color (decimal): -5779423 or 2216103. OLE color: 2216103.
HSL color Cylindrical-coordinate representation of color #A7D021: hue angle of 74.06º 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 #A7D021 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 33 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.18 |
| HSL | 74.06º | 0.73% | 0.47% | - |
| HSV(B) | 74.06º | 0.84% | 0.82% | - |
| XYZ | 38.77 | 53.44 | 9.71 | - |
| YUV | 175.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 33 | 0.20 | 0 | 0.84 | 0.18 | 74.06 | 0.73 | 0.47 |
| Hex | A7 | D0 | 21 | 14 | 0 | 54 | 12 | 4A | 49 | 2F |
| Octal | 247 | 320 | 41 | 24 | 0 | 124 | 22 | 112 | 111 | 57 |
| Binary | 10100111 | 11010000 | 100001 | 10100 | 0 | 1010100 | 10010 | 1001010 | 1001001 | 101111 |
Color Harmonies of #A7D021
Complementary color
Monochromatic Colors of #A7D021
Black with #A7D021
Text Example
Text Example
White with #A7D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D021; }
p { color: rgb(167,208,33); }
H1.HeaderClassName
{
color: #A7D021;
}
.AnyTagClassName
{
color: #A7D021;
}
</style>
background-color css
<style>
a { background-color: #A7D021; }
a { background-color: rgb(167,208,33); }
div.DivClassName
{
background-color: #A7D021;
}
.BgClassName
{
background-color: #A7D021;
}
</style>
border-color css
<style>
span { border-color: #A7D021; }
span { border-color: rgb(167,208,33); }
td.TdClassName
{
border-color: #A7D021;
}
.TagClassName
{
border-color: #A7D021;
}
</style>