Shades of Celery #A8B64E
Tints of Celery #A8B64E
RGB
CMYK
RGB Variations
Color information
#A8B64E (or 0xA8B64E) is known color: Celery. HEX triplet: A8, B6 and 4E. RGB value is (168,182,78). Sum of RGB (Red+Green+Blue) = 168+182+78=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B64E is #5749B1. Grayscale: #A6A6A6. Windows color (decimal): -5720498 or 5158568. OLE color: 5158568.
HSL color Cylindrical-coordinate representation of color #A8B64E: hue angle of 68.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8B64E is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 78 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.29 |
| HSL | 68.08º | 0.42% | 0.51% | - |
| HSV(B) | 68.08º | 0.57% | 0.71% | - |
| XYZ | 34.25 | 42.33 | 13.57 | - |
| YUV | 165.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 78 | 0.08 | 0 | 0.57 | 0.29 | 68.08 | 0.42 | 0.51 |
| Hex | A8 | B6 | 4E | 8 | 0 | 39 | 1D | 44 | 2A | 33 |
| Octal | 250 | 266 | 116 | 10 | 0 | 71 | 35 | 104 | 52 | 63 |
| Binary | 10101000 | 10110110 | 1001110 | 1000 | 0 | 111001 | 11101 | 1000100 | 101010 | 110011 |
Color Harmonies of #A8B64E
Complementary color
Monochromatic Colors of #A8B64E
Black with #A8B64E
Text Example
Text Example
White with #A8B64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B64E; }
p { color: rgb(168,182,78); }
H1.HeaderClassName
{
color: #A8B64E;
}
.AnyTagClassName
{
color: #A8B64E;
}
</style>
background-color css
<style>
a { background-color: #A8B64E; }
a { background-color: rgb(168,182,78); }
div.DivClassName
{
background-color: #A8B64E;
}
.BgClassName
{
background-color: #A8B64E;
}
</style>
border-color css
<style>
span { border-color: #A8B64E; }
span { border-color: rgb(168,182,78); }
td.TdClassName
{
border-color: #A8B64E;
}
.TagClassName
{
border-color: #A8B64E;
}
</style>