Shades of Bahia #A2C325
Tints of Bahia #A2C325
RGB
CMYK
RGB Variations
Color information
#A2C325 (or 0xA2C325) is known color: Bahia. HEX triplet: A2, C3 and 25. RGB value is (162,195,37). Sum of RGB (Red+Green+Blue) = 162+195+37=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C325 is #5D3CDA. Grayscale: #A7A7A7. Windows color (decimal): -6110427 or 2474914. OLE color: 2474914.
HSL color Cylindrical-coordinate representation of color #A2C325: hue angle of 72.53º degrees, saturation: 0.68, 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 #A2C325 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 37 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.24 |
| HSL | 72.53º | 0.68% | 0.45% | - |
| HSV(B) | 72.53º | 0.81% | 0.76% | - |
| XYZ | 34.75 | 46.85 | 8.96 | - |
| YUV | 167.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 37 | 0.17 | 0 | 0.81 | 0.24 | 72.53 | 0.68 | 0.45 |
| Hex | A2 | C3 | 25 | 11 | 0 | 51 | 18 | 49 | 44 | 2D |
| Octal | 242 | 303 | 45 | 21 | 0 | 121 | 30 | 111 | 104 | 55 |
| Binary | 10100010 | 11000011 | 100101 | 10001 | 0 | 1010001 | 11000 | 1001001 | 1000100 | 101101 |
Color Harmonies of #A2C325
Complementary color
Monochromatic Colors of #A2C325
Black with #A2C325
Text Example
Text Example
White with #A2C325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C325; }
p { color: rgb(162,195,37); }
H1.HeaderClassName
{
color: #A2C325;
}
.AnyTagClassName
{
color: #A2C325;
}
</style>
background-color css
<style>
a { background-color: #A2C325; }
a { background-color: rgb(162,195,37); }
div.DivClassName
{
background-color: #A2C325;
}
.BgClassName
{
background-color: #A2C325;
}
</style>
border-color css
<style>
span { border-color: #A2C325; }
span { border-color: rgb(162,195,37); }
td.TdClassName
{
border-color: #A2C325;
}
.TagClassName
{
border-color: #A2C325;
}
</style>