Shades of Celery #A8B34D
Tints of Celery #A8B34D
RGB
CMYK
RGB Variations
Color information
#A8B34D (or 0xA8B34D) is known color: Celery. HEX triplet: A8, B3 and 4D. RGB value is (168,179,77). Sum of RGB (Red+Green+Blue) = 168+179+77=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B34D is #574CB2. Grayscale: #A4A4A4. Windows color (decimal): -5721267 or 5092264. OLE color: 5092264.
HSL color Cylindrical-coordinate representation of color #A8B34D: hue angle of 66.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8B34D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 77 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.30 |
| HSL | 66.47º | 0.4% | 0.5% | - |
| HSV(B) | 66.47º | 0.57% | 0.7% | - |
| XYZ | 33.61 | 41.1 | 13.18 | - |
| YUV | 164.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 77 | 0.06 | 0 | 0.57 | 0.30 | 66.47 | 0.4 | 0.5 |
| Hex | A8 | B3 | 4D | 6 | 0 | 39 | 1E | 42 | 28 | 32 |
| Octal | 250 | 263 | 115 | 6 | 0 | 71 | 36 | 102 | 50 | 62 |
| Binary | 10101000 | 10110011 | 1001101 | 110 | 0 | 111001 | 11110 | 1000010 | 101000 | 110010 |
Color Harmonies of #A8B34D
Complementary color
Monochromatic Colors of #A8B34D
Black with #A8B34D
Text Example
Text Example
White with #A8B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B34D; }
p { color: rgb(168,179,77); }
H1.HeaderClassName
{
color: #A8B34D;
}
.AnyTagClassName
{
color: #A8B34D;
}
</style>
background-color css
<style>
a { background-color: #A8B34D; }
a { background-color: rgb(168,179,77); }
div.DivClassName
{
background-color: #A8B34D;
}
.BgClassName
{
background-color: #A8B34D;
}
</style>
border-color css
<style>
span { border-color: #A8B34D; }
span { border-color: rgb(168,179,77); }
td.TdClassName
{
border-color: #A8B34D;
}
.TagClassName
{
border-color: #A8B34D;
}
</style>