Shades of Celery #A8B954
Tints of Celery #A8B954
RGB
CMYK
RGB Variations
Color information
#A8B954 (or 0xA8B954) is known color: Celery. HEX triplet: A8, B9 and 54. RGB value is (168,185,84). Sum of RGB (Red+Green+Blue) = 168+185+84=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B954 is #5746AB. Grayscale: #A8A8A8. Windows color (decimal): -5719724 or 5552552. OLE color: 5552552.
HSL color Cylindrical-coordinate representation of color #A8B954: hue angle of 70.1º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8B954 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 84 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.27 |
| HSL | 70.1º | 0.42% | 0.53% | - |
| HSV(B) | 70.1º | 0.55% | 0.73% | - |
| XYZ | 35.1 | 43.66 | 14.97 | - |
| YUV | 168.4 | 80.37 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 84 | 0.09 | 0 | 0.55 | 0.27 | 70.1 | 0.42 | 0.53 |
| Hex | A8 | B9 | 54 | 9 | 0 | 37 | 1B | 46 | 2A | 35 |
| Octal | 250 | 271 | 124 | 11 | 0 | 67 | 33 | 106 | 52 | 65 |
| Binary | 10101000 | 10111001 | 1010100 | 1001 | 0 | 110111 | 11011 | 1000110 | 101010 | 110101 |
Color Harmonies of #A8B954
Complementary color
Monochromatic Colors of #A8B954
Black with #A8B954
Text Example
Text Example
White with #A8B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B954; }
p { color: rgb(168,185,84); }
H1.HeaderClassName
{
color: #A8B954;
}
.AnyTagClassName
{
color: #A8B954;
}
</style>
background-color css
<style>
a { background-color: #A8B954; }
a { background-color: rgb(168,185,84); }
div.DivClassName
{
background-color: #A8B954;
}
.BgClassName
{
background-color: #A8B954;
}
</style>
border-color css
<style>
span { border-color: #A8B954; }
span { border-color: rgb(168,185,84); }
td.TdClassName
{
border-color: #A8B954;
}
.TagClassName
{
border-color: #A8B954;
}
</style>