Shades of Celery #A6C552
Tints of Celery #A6C552
RGB
CMYK
RGB Variations
Color information
#A6C552 (or 0xA6C552) is known color: Celery. HEX triplet: A6, C5 and 52. RGB value is (166,197,82). Sum of RGB (Red+Green+Blue) = 166+197+82=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C552 is #593AAD. Grayscale: #AFAFAF. Windows color (decimal): -5847726 or 5424550. OLE color: 5424550.
HSL color Cylindrical-coordinate representation of color #A6C552: hue angle of 76.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6C552 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 197 | 82 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.23 |
| HSL | 76.17º | 0.5% | 0.55% | - |
| HSV(B) | 76.17º | 0.58% | 0.77% | - |
| XYZ | 37.22 | 48.65 | 15.41 | - |
| YUV | 174.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 197 | 82 | 0.16 | 0 | 0.58 | 0.23 | 76.17 | 0.5 | 0.55 |
| Hex | A6 | C5 | 52 | 10 | 0 | 3A | 17 | 4C | 32 | 37 |
| Octal | 246 | 305 | 122 | 20 | 0 | 72 | 27 | 114 | 62 | 67 |
| Binary | 10100110 | 11000101 | 1010010 | 10000 | 0 | 111010 | 10111 | 1001100 | 110010 | 110111 |
Color Harmonies of #A6C552
Complementary color
Monochromatic Colors of #A6C552
Black with #A6C552
Text Example
Text Example
White with #A6C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C552; }
p { color: rgb(166,197,82); }
H1.HeaderClassName
{
color: #A6C552;
}
.AnyTagClassName
{
color: #A6C552;
}
</style>
background-color css
<style>
a { background-color: #A6C552; }
a { background-color: rgb(166,197,82); }
div.DivClassName
{
background-color: #A6C552;
}
.BgClassName
{
background-color: #A6C552;
}
</style>
border-color css
<style>
span { border-color: #A6C552; }
span { border-color: rgb(166,197,82); }
td.TdClassName
{
border-color: #A6C552;
}
.TagClassName
{
border-color: #A6C552;
}
</style>