Shades of Bahia #A5D021
Tints of Bahia #A5D021
RGB
CMYK
RGB Variations
Color information
#A5D021 (or 0xA5D021) is known color: Bahia. HEX triplet: A5, D0 and 21. RGB value is (165,208,33). Sum of RGB (Red+Green+Blue) = 165+208+33=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D021 is #5A2FDE. Grayscale: #AFAFAF. Windows color (decimal): -5910495 or 2216101. OLE color: 2216101.
HSL color Cylindrical-coordinate representation of color #A5D021: hue angle of 74.74º 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 #A5D021 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 208 | 33 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.18 |
| HSL | 74.74º | 0.73% | 0.47% | - |
| HSV(B) | 74.74º | 0.84% | 0.82% | - |
| XYZ | 38.35 | 53.22 | 9.69 | - |
| YUV | 175.19 | 47.75 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 33 | 0.21 | 0 | 0.84 | 0.18 | 74.74 | 0.73 | 0.47 |
| Hex | A5 | D0 | 21 | 15 | 0 | 54 | 12 | 4B | 49 | 2F |
| Octal | 245 | 320 | 41 | 25 | 0 | 124 | 22 | 113 | 111 | 57 |
| Binary | 10100101 | 11010000 | 100001 | 10101 | 0 | 1010100 | 10010 | 1001011 | 1001001 | 101111 |
Color Harmonies of #A5D021
Complementary color
Monochromatic Colors of #A5D021
Black with #A5D021
Text Example
Text Example
White with #A5D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D021; }
p { color: rgb(165,208,33); }
H1.HeaderClassName
{
color: #A5D021;
}
.AnyTagClassName
{
color: #A5D021;
}
</style>
background-color css
<style>
a { background-color: #A5D021; }
a { background-color: rgb(165,208,33); }
div.DivClassName
{
background-color: #A5D021;
}
.BgClassName
{
background-color: #A5D021;
}
</style>
border-color css
<style>
span { border-color: #A5D021; }
span { border-color: rgb(165,208,33); }
td.TdClassName
{
border-color: #A5D021;
}
.TagClassName
{
border-color: #A5D021;
}
</style>