Shades of Celery #A8B74C
Tints of Celery #A8B74C
RGB
CMYK
RGB Variations
Color information
#A8B74C (or 0xA8B74C) is known color: Celery. HEX triplet: A8, B7 and 4C. RGB value is (168,183,76). Sum of RGB (Red+Green+Blue) = 168+183+76=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B74C is #5748B3. Grayscale: #A6A6A6. Windows color (decimal): -5720244 or 5027752. OLE color: 5027752.
HSL color Cylindrical-coordinate representation of color #A8B74C: hue angle of 68.41º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8B74C is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 76 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.28 |
| HSL | 68.41º | 0.43% | 0.51% | - |
| HSV(B) | 68.41º | 0.58% | 0.72% | - |
| XYZ | 34.39 | 42.71 | 13.27 | - |
| YUV | 166.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 76 | 0.08 | 0 | 0.58 | 0.28 | 68.41 | 0.43 | 0.51 |
| Hex | A8 | B7 | 4C | 8 | 0 | 3A | 1C | 44 | 2B | 33 |
| Octal | 250 | 267 | 114 | 10 | 0 | 72 | 34 | 104 | 53 | 63 |
| Binary | 10101000 | 10110111 | 1001100 | 1000 | 0 | 111010 | 11100 | 1000100 | 101011 | 110011 |
Color Harmonies of #A8B74C
Complementary color
Monochromatic Colors of #A8B74C
Black with #A8B74C
Text Example
Text Example
White with #A8B74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B74C; }
p { color: rgb(168,183,76); }
H1.HeaderClassName
{
color: #A8B74C;
}
.AnyTagClassName
{
color: #A8B74C;
}
</style>
background-color css
<style>
a { background-color: #A8B74C; }
a { background-color: rgb(168,183,76); }
div.DivClassName
{
background-color: #A8B74C;
}
.BgClassName
{
background-color: #A8B74C;
}
</style>
border-color css
<style>
span { border-color: #A8B74C; }
span { border-color: rgb(168,183,76); }
td.TdClassName
{
border-color: #A8B74C;
}
.TagClassName
{
border-color: #A8B74C;
}
</style>