Shades of Bahia #A2C51C
Tints of Bahia #A2C51C
RGB
CMYK
RGB Variations
Color information
#A2C51C (or 0xA2C51C) is known color: Bahia. HEX triplet: A2, C5 and 1C. RGB value is (162,197,28). Sum of RGB (Red+Green+Blue) = 162+197+28=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C51C is #5D3AE3. Grayscale: #A7A7A7. Windows color (decimal): -6109924 or 1885602. OLE color: 1885602.
HSL color Cylindrical-coordinate representation of color #A2C51C: hue angle of 72.43º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2C51C is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 28 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.23 |
| HSL | 72.43º | 0.75% | 0.44% | - |
| HSV(B) | 72.43º | 0.86% | 0.77% | - |
| XYZ | 35.08 | 47.7 | 8.46 | - |
| YUV | 167.27 | 49.4 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 28 | 0.18 | 0 | 0.86 | 0.23 | 72.43 | 0.75 | 0.44 |
| Hex | A2 | C5 | 1C | 12 | 0 | 56 | 17 | 48 | 4B | 2C |
| Octal | 242 | 305 | 34 | 22 | 0 | 126 | 27 | 110 | 113 | 54 |
| Binary | 10100010 | 11000101 | 11100 | 10010 | 0 | 1010110 | 10111 | 1001000 | 1001011 | 101100 |
Color Harmonies of #A2C51C
Complementary color
Monochromatic Colors of #A2C51C
Black with #A2C51C
Text Example
Text Example
White with #A2C51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C51C; }
p { color: rgb(162,197,28); }
H1.HeaderClassName
{
color: #A2C51C;
}
.AnyTagClassName
{
color: #A2C51C;
}
</style>
background-color css
<style>
a { background-color: #A2C51C; }
a { background-color: rgb(162,197,28); }
div.DivClassName
{
background-color: #A2C51C;
}
.BgClassName
{
background-color: #A2C51C;
}
</style>
border-color css
<style>
span { border-color: #A2C51C; }
span { border-color: rgb(162,197,28); }
td.TdClassName
{
border-color: #A2C51C;
}
.TagClassName
{
border-color: #A2C51C;
}
</style>