Shades of Celery #A6C250
Tints of Celery #A6C250
RGB
CMYK
RGB Variations
Color information
#A6C250 (or 0xA6C250) is known color: Celery. HEX triplet: A6, C2 and 50. RGB value is (166,194,80). Sum of RGB (Red+Green+Blue) = 166+194+80=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C250 is #593DAF. Grayscale: #ADADAD. Windows color (decimal): -5848496 or 5292710. OLE color: 5292710.
HSL color Cylindrical-coordinate representation of color #A6C250: hue angle of 74.74º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6C250 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 80 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.24 |
| HSL | 74.74º | 0.48% | 0.54% | - |
| HSV(B) | 74.74º | 0.59% | 0.76% | - |
| XYZ | 36.47 | 47.27 | 14.79 | - |
| YUV | 172.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 80 | 0.14 | 0 | 0.59 | 0.24 | 74.74 | 0.48 | 0.54 |
| Hex | A6 | C2 | 50 | E | 0 | 3B | 18 | 4B | 30 | 36 |
| Octal | 246 | 302 | 120 | 16 | 0 | 73 | 30 | 113 | 60 | 66 |
| Binary | 10100110 | 11000010 | 1010000 | 1110 | 0 | 111011 | 11000 | 1001011 | 110000 | 110110 |
Color Harmonies of #A6C250
Complementary color
Monochromatic Colors of #A6C250
Black with #A6C250
Text Example
Text Example
White with #A6C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C250; }
p { color: rgb(166,194,80); }
H1.HeaderClassName
{
color: #A6C250;
}
.AnyTagClassName
{
color: #A6C250;
}
</style>
background-color css
<style>
a { background-color: #A6C250; }
a { background-color: rgb(166,194,80); }
div.DivClassName
{
background-color: #A6C250;
}
.BgClassName
{
background-color: #A6C250;
}
</style>
border-color css
<style>
span { border-color: #A6C250; }
span { border-color: rgb(166,194,80); }
td.TdClassName
{
border-color: #A6C250;
}
.TagClassName
{
border-color: #A6C250;
}
</style>