Shades of Bahia #A2C921
Tints of Bahia #A2C921
RGB
CMYK
RGB Variations
Color information
#A2C921 (or 0xA2C921) is known color: Bahia. HEX triplet: A2, C9 and 21. RGB value is (162,201,33). Sum of RGB (Red+Green+Blue) = 162+201+33=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C921 is #5D36DE. Grayscale: #AAAAAA. Windows color (decimal): -6108895 or 2214306. OLE color: 2214306.
HSL color Cylindrical-coordinate representation of color #A2C921: hue angle of 73.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2C921 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 33 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.21 |
| HSL | 73.93º | 0.72% | 0.46% | - |
| HSV(B) | 73.93º | 0.84% | 0.79% | - |
| XYZ | 36.06 | 49.56 | 9.11 | - |
| YUV | 170.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 33 | 0.19 | 0 | 0.84 | 0.21 | 73.93 | 0.72 | 0.46 |
| Hex | A2 | C9 | 21 | 13 | 0 | 54 | 15 | 4A | 48 | 2E |
| Octal | 242 | 311 | 41 | 23 | 0 | 124 | 25 | 112 | 110 | 56 |
| Binary | 10100010 | 11001001 | 100001 | 10011 | 0 | 1010100 | 10101 | 1001010 | 1001000 | 101110 |
Color Harmonies of #A2C921
Complementary color
Monochromatic Colors of #A2C921
Black with #A2C921
Text Example
Text Example
White with #A2C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C921; }
p { color: rgb(162,201,33); }
H1.HeaderClassName
{
color: #A2C921;
}
.AnyTagClassName
{
color: #A2C921;
}
</style>
background-color css
<style>
a { background-color: #A2C921; }
a { background-color: rgb(162,201,33); }
div.DivClassName
{
background-color: #A2C921;
}
.BgClassName
{
background-color: #A2C921;
}
</style>
border-color css
<style>
span { border-color: #A2C921; }
span { border-color: rgb(162,201,33); }
td.TdClassName
{
border-color: #A2C921;
}
.TagClassName
{
border-color: #A2C921;
}
</style>