Shades of Bahia #A2C224
Tints of Bahia #A2C224
RGB
CMYK
RGB Variations
Color information
#A2C224 (or 0xA2C224) is known color: Bahia. HEX triplet: A2, C2 and 24. RGB value is (162,194,36). Sum of RGB (Red+Green+Blue) = 162+194+36=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C224 is #5D3DDB. Grayscale: #A7A7A7. Windows color (decimal): -6110684 or 2409122. OLE color: 2409122.
HSL color Cylindrical-coordinate representation of color #A2C224: hue angle of 72.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2C224 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 36 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.24 |
| HSL | 72.15º | 0.69% | 0.45% | - |
| HSV(B) | 72.15º | 0.81% | 0.76% | - |
| XYZ | 34.51 | 46.39 | 8.8 | - |
| YUV | 166.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 36 | 0.16 | 0 | 0.81 | 0.24 | 72.15 | 0.69 | 0.45 |
| Hex | A2 | C2 | 24 | 10 | 0 | 51 | 18 | 48 | 45 | 2D |
| Octal | 242 | 302 | 44 | 20 | 0 | 121 | 30 | 110 | 105 | 55 |
| Binary | 10100010 | 11000010 | 100100 | 10000 | 0 | 1010001 | 11000 | 1001000 | 1000101 | 101101 |
Color Harmonies of #A2C224
Complementary color
Monochromatic Colors of #A2C224
Black with #A2C224
Text Example
Text Example
White with #A2C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C224; }
p { color: rgb(162,194,36); }
H1.HeaderClassName
{
color: #A2C224;
}
.AnyTagClassName
{
color: #A2C224;
}
</style>
background-color css
<style>
a { background-color: #A2C224; }
a { background-color: rgb(162,194,36); }
div.DivClassName
{
background-color: #A2C224;
}
.BgClassName
{
background-color: #A2C224;
}
</style>
border-color css
<style>
span { border-color: #A2C224; }
span { border-color: rgb(162,194,36); }
td.TdClassName
{
border-color: #A2C224;
}
.TagClassName
{
border-color: #A2C224;
}
</style>