Shades of Celery #A8BD4E
Tints of Celery #A8BD4E
RGB
CMYK
RGB Variations
Color information
#A8BD4E (or 0xA8BD4E) is known color: Celery. HEX triplet: A8, BD and 4E. RGB value is (168,189,78). Sum of RGB (Red+Green+Blue) = 168+189+78=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD4E is #5742B1. Grayscale: #AAAAAA. Windows color (decimal): -5718706 or 5160360. OLE color: 5160360.
HSL color Cylindrical-coordinate representation of color #A8BD4E: hue angle of 71.35º 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 #A8BD4E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 78 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.26 |
| HSL | 71.35º | 0.46% | 0.52% | - |
| HSV(B) | 71.35º | 0.59% | 0.74% | - |
| XYZ | 35.72 | 45.27 | 14.06 | - |
| YUV | 170.07 | 76.04 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 78 | 0.11 | 0 | 0.59 | 0.26 | 71.35 | 0.46 | 0.52 |
| Hex | A8 | BD | 4E | B | 0 | 3B | 1A | 47 | 2E | 34 |
| Octal | 250 | 275 | 116 | 13 | 0 | 73 | 32 | 107 | 56 | 64 |
| Binary | 10101000 | 10111101 | 1001110 | 1011 | 0 | 111011 | 11010 | 1000111 | 101110 | 110100 |
Color Harmonies of #A8BD4E
Complementary color
Monochromatic Colors of #A8BD4E
Black with #A8BD4E
Text Example
Text Example
White with #A8BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD4E; }
p { color: rgb(168,189,78); }
H1.HeaderClassName
{
color: #A8BD4E;
}
.AnyTagClassName
{
color: #A8BD4E;
}
</style>
background-color css
<style>
a { background-color: #A8BD4E; }
a { background-color: rgb(168,189,78); }
div.DivClassName
{
background-color: #A8BD4E;
}
.BgClassName
{
background-color: #A8BD4E;
}
</style>
border-color css
<style>
span { border-color: #A8BD4E; }
span { border-color: rgb(168,189,78); }
td.TdClassName
{
border-color: #A8BD4E;
}
.TagClassName
{
border-color: #A8BD4E;
}
</style>