Shades of Bahia #A0C621
Tints of Bahia #A0C621
RGB
CMYK
RGB Variations
Color information
#A0C621 (or 0xA0C621) is known color: Bahia. HEX triplet: A0, C6 and 21. RGB value is (160,198,33). Sum of RGB (Red+Green+Blue) = 160+198+33=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C621 is #5F39DE. Grayscale: #A8A8A8. Windows color (decimal): -6240735 or 2213536. OLE color: 2213536.
HSL color Cylindrical-coordinate representation of color #A0C621: hue angle of 73.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0C621 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 33 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.22 |
| HSL | 73.82º | 0.71% | 0.45% | - |
| HSV(B) | 73.82º | 0.83% | 0.78% | - |
| XYZ | 34.97 | 47.97 | 8.86 | - |
| YUV | 167.83 | 51.91 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 33 | 0.19 | 0 | 0.83 | 0.22 | 73.82 | 0.71 | 0.45 |
| Hex | A0 | C6 | 21 | 13 | 0 | 53 | 16 | 4A | 47 | 2D |
| Octal | 240 | 306 | 41 | 23 | 0 | 123 | 26 | 112 | 107 | 55 |
| Binary | 10100000 | 11000110 | 100001 | 10011 | 0 | 1010011 | 10110 | 1001010 | 1000111 | 101101 |
Color Harmonies of #A0C621
Complementary color
Monochromatic Colors of #A0C621
Black with #A0C621
Text Example
Text Example
White with #A0C621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C621; }
p { color: rgb(160,198,33); }
H1.HeaderClassName
{
color: #A0C621;
}
.AnyTagClassName
{
color: #A0C621;
}
</style>
background-color css
<style>
a { background-color: #A0C621; }
a { background-color: rgb(160,198,33); }
div.DivClassName
{
background-color: #A0C621;
}
.BgClassName
{
background-color: #A0C621;
}
</style>
border-color css
<style>
span { border-color: #A0C621; }
span { border-color: rgb(160,198,33); }
td.TdClassName
{
border-color: #A0C621;
}
.TagClassName
{
border-color: #A0C621;
}
</style>