Shades of Celery #A8B44D
Tints of Celery #A8B44D
RGB
CMYK
RGB Variations
Color information
#A8B44D (or 0xA8B44D) is known color: Celery. HEX triplet: A8, B4 and 4D. RGB value is (168,180,77). Sum of RGB (Red+Green+Blue) = 168+180+77=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B44D is #574BB2. Grayscale: #A5A5A5. Windows color (decimal): -5721011 or 5092520. OLE color: 5092520.
HSL color Cylindrical-coordinate representation of color #A8B44D: hue angle of 66.99º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8B44D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 77 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.29 |
| HSL | 66.99º | 0.41% | 0.5% | - |
| HSV(B) | 66.99º | 0.57% | 0.71% | - |
| XYZ | 33.81 | 41.5 | 13.25 | - |
| YUV | 164.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 77 | 0.07 | 0 | 0.57 | 0.29 | 66.99 | 0.41 | 0.5 |
| Hex | A8 | B4 | 4D | 7 | 0 | 39 | 1D | 43 | 29 | 32 |
| Octal | 250 | 264 | 115 | 7 | 0 | 71 | 35 | 103 | 51 | 62 |
| Binary | 10101000 | 10110100 | 1001101 | 111 | 0 | 111001 | 11101 | 1000011 | 101001 | 110010 |
Color Harmonies of #A8B44D
Complementary color
Monochromatic Colors of #A8B44D
Black with #A8B44D
Text Example
Text Example
White with #A8B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B44D; }
p { color: rgb(168,180,77); }
H1.HeaderClassName
{
color: #A8B44D;
}
.AnyTagClassName
{
color: #A8B44D;
}
</style>
background-color css
<style>
a { background-color: #A8B44D; }
a { background-color: rgb(168,180,77); }
div.DivClassName
{
background-color: #A8B44D;
}
.BgClassName
{
background-color: #A8B44D;
}
</style>
border-color css
<style>
span { border-color: #A8B44D; }
span { border-color: rgb(168,180,77); }
td.TdClassName
{
border-color: #A8B44D;
}
.TagClassName
{
border-color: #A8B44D;
}
</style>