Shades of Celery #A8BD55
Tints of Celery #A8BD55
RGB
CMYK
RGB Variations
Color information
#A8BD55 (or 0xA8BD55) is known color: Celery. HEX triplet: A8, BD and 55. RGB value is (168,189,85). Sum of RGB (Red+Green+Blue) = 168+189+85=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD55 is #5742AA. Grayscale: #ABABAB. Windows color (decimal): -5718699 or 5619112. OLE color: 5619112.
HSL color Cylindrical-coordinate representation of color #A8BD55: hue angle of 72.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8BD55 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 85 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.26 |
| HSL | 72.12º | 0.44% | 0.54% | - |
| HSV(B) | 72.12º | 0.55% | 0.74% | - |
| XYZ | 35.99 | 45.38 | 15.46 | - |
| YUV | 170.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 85 | 0.11 | 0 | 0.55 | 0.26 | 72.12 | 0.44 | 0.54 |
| Hex | A8 | BD | 55 | B | 0 | 37 | 1A | 48 | 2C | 36 |
| Octal | 250 | 275 | 125 | 13 | 0 | 67 | 32 | 110 | 54 | 66 |
| Binary | 10101000 | 10111101 | 1010101 | 1011 | 0 | 110111 | 11010 | 1001000 | 101100 | 110110 |
Color Harmonies of #A8BD55
Complementary color
Monochromatic Colors of #A8BD55
Black with #A8BD55
Text Example
Text Example
White with #A8BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD55; }
p { color: rgb(168,189,85); }
H1.HeaderClassName
{
color: #A8BD55;
}
.AnyTagClassName
{
color: #A8BD55;
}
</style>
background-color css
<style>
a { background-color: #A8BD55; }
a { background-color: rgb(168,189,85); }
div.DivClassName
{
background-color: #A8BD55;
}
.BgClassName
{
background-color: #A8BD55;
}
</style>
border-color css
<style>
span { border-color: #A8BD55; }
span { border-color: rgb(168,189,85); }
td.TdClassName
{
border-color: #A8BD55;
}
.TagClassName
{
border-color: #A8BD55;
}
</style>