Shades of Celery #A6C05B
Tints of Celery #A6C05B
RGB
CMYK
RGB Variations
Color information
#A6C05B (or 0xA6C05B) is known color: Celery. HEX triplet: A6, C0 and 5B. RGB value is (166,192,91). Sum of RGB (Red+Green+Blue) = 166+192+91=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C05B is #593FA4. Grayscale: #ADADAD. Windows color (decimal): -5848997 or 6013094. OLE color: 6013094.
HSL color Cylindrical-coordinate representation of color #A6C05B: hue angle of 75.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6C05B is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 91 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.25 |
| HSL | 75.45º | 0.44% | 0.55% | - |
| HSV(B) | 75.45º | 0.53% | 0.75% | - |
| XYZ | 36.46 | 46.56 | 16.96 | - |
| YUV | 172.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 91 | 0.14 | 0 | 0.53 | 0.25 | 75.45 | 0.44 | 0.55 |
| Hex | A6 | C0 | 5B | E | 0 | 35 | 19 | 4B | 2C | 37 |
| Octal | 246 | 300 | 133 | 16 | 0 | 65 | 31 | 113 | 54 | 67 |
| Binary | 10100110 | 11000000 | 1011011 | 1110 | 0 | 110101 | 11001 | 1001011 | 101100 | 110111 |
Color Harmonies of #A6C05B
Complementary color
Monochromatic Colors of #A6C05B
Black with #A6C05B
Text Example
Text Example
White with #A6C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C05B; }
p { color: rgb(166,192,91); }
H1.HeaderClassName
{
color: #A6C05B;
}
.AnyTagClassName
{
color: #A6C05B;
}
</style>
background-color css
<style>
a { background-color: #A6C05B; }
a { background-color: rgb(166,192,91); }
div.DivClassName
{
background-color: #A6C05B;
}
.BgClassName
{
background-color: #A6C05B;
}
</style>
border-color css
<style>
span { border-color: #A6C05B; }
span { border-color: rgb(166,192,91); }
td.TdClassName
{
border-color: #A6C05B;
}
.TagClassName
{
border-color: #A6C05B;
}
</style>