Shades of Celery #A8B44E
Tints of Celery #A8B44E
RGB
CMYK
RGB Variations
Color information
#A8B44E (or 0xA8B44E) is known color: Celery. HEX triplet: A8, B4 and 4E. RGB value is (168,180,78). Sum of RGB (Red+Green+Blue) = 168+180+78=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B44E is #574BB1. Grayscale: #A5A5A5. Windows color (decimal): -5721010 or 5158056. OLE color: 5158056.
HSL color Cylindrical-coordinate representation of color #A8B44E: hue angle of 67.06º degrees, saturation: 0.4, 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 #A8B44E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 78 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.29 |
| HSL | 67.06º | 0.4% | 0.51% | - |
| HSV(B) | 67.06º | 0.57% | 0.71% | - |
| XYZ | 33.84 | 41.52 | 13.44 | - |
| YUV | 164.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 78 | 0.07 | 0 | 0.57 | 0.29 | 67.06 | 0.4 | 0.51 |
| Hex | A8 | B4 | 4E | 7 | 0 | 39 | 1D | 43 | 28 | 33 |
| Octal | 250 | 264 | 116 | 7 | 0 | 71 | 35 | 103 | 50 | 63 |
| Binary | 10101000 | 10110100 | 1001110 | 111 | 0 | 111001 | 11101 | 1000011 | 101000 | 110011 |
Color Harmonies of #A8B44E
Complementary color
Monochromatic Colors of #A8B44E
Black with #A8B44E
Text Example
Text Example
White with #A8B44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B44E; }
p { color: rgb(168,180,78); }
H1.HeaderClassName
{
color: #A8B44E;
}
.AnyTagClassName
{
color: #A8B44E;
}
</style>
background-color css
<style>
a { background-color: #A8B44E; }
a { background-color: rgb(168,180,78); }
div.DivClassName
{
background-color: #A8B44E;
}
.BgClassName
{
background-color: #A8B44E;
}
</style>
border-color css
<style>
span { border-color: #A8B44E; }
span { border-color: rgb(168,180,78); }
td.TdClassName
{
border-color: #A8B44E;
}
.TagClassName
{
border-color: #A8B44E;
}
</style>