Shades of Celery #A6BD4E
Tints of Celery #A6BD4E
RGB
CMYK
RGB Variations
Color information
#A6BD4E (or 0xA6BD4E) is known color: Celery. HEX triplet: A6, BD and 4E. RGB value is (166,189,78). Sum of RGB (Red+Green+Blue) = 166+189+78=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD4E is #5942B1. Grayscale: #A9A9A9. Windows color (decimal): -5849778 or 5160358. OLE color: 5160358.
HSL color Cylindrical-coordinate representation of color #A6BD4E: hue angle of 72.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6BD4E is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 78 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.26 |
| HSL | 72.43º | 0.46% | 0.52% | - |
| HSV(B) | 72.43º | 0.59% | 0.74% | - |
| XYZ | 35.3 | 45.05 | 14.04 | - |
| YUV | 169.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 78 | 0.12 | 0 | 0.59 | 0.26 | 72.43 | 0.46 | 0.52 |
| Hex | A6 | BD | 4E | C | 0 | 3B | 1A | 48 | 2E | 34 |
| Octal | 246 | 275 | 116 | 14 | 0 | 73 | 32 | 110 | 56 | 64 |
| Binary | 10100110 | 10111101 | 1001110 | 1100 | 0 | 111011 | 11010 | 1001000 | 101110 | 110100 |
Color Harmonies of #A6BD4E
Complementary color
Monochromatic Colors of #A6BD4E
Black with #A6BD4E
Text Example
Text Example
White with #A6BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD4E; }
p { color: rgb(166,189,78); }
H1.HeaderClassName
{
color: #A6BD4E;
}
.AnyTagClassName
{
color: #A6BD4E;
}
</style>
background-color css
<style>
a { background-color: #A6BD4E; }
a { background-color: rgb(166,189,78); }
div.DivClassName
{
background-color: #A6BD4E;
}
.BgClassName
{
background-color: #A6BD4E;
}
</style>
border-color css
<style>
span { border-color: #A6BD4E; }
span { border-color: rgb(166,189,78); }
td.TdClassName
{
border-color: #A6BD4E;
}
.TagClassName
{
border-color: #A6BD4E;
}
</style>