Shades of Celery #A8BC55
Tints of Celery #A8BC55
RGB
CMYK
RGB Variations
Color information
#A8BC55 (or 0xA8BC55) is known color: Celery. HEX triplet: A8, BC and 55. RGB value is (168,188,85). Sum of RGB (Red+Green+Blue) = 168+188+85=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC55 is #5743AA. Grayscale: #AAAAAA. Windows color (decimal): -5718955 or 5618856. OLE color: 5618856.
HSL color Cylindrical-coordinate representation of color #A8BC55: hue angle of 71.65º degrees, saturation: 0.43, 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 #A8BC55 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 85 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.26 |
| HSL | 71.65º | 0.43% | 0.54% | - |
| HSV(B) | 71.65º | 0.55% | 0.74% | - |
| XYZ | 35.77 | 44.95 | 15.38 | - |
| YUV | 170.28 | 79.87 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 85 | 0.11 | 0 | 0.55 | 0.26 | 71.65 | 0.43 | 0.54 |
| Hex | A8 | BC | 55 | B | 0 | 37 | 1A | 48 | 2B | 36 |
| Octal | 250 | 274 | 125 | 13 | 0 | 67 | 32 | 110 | 53 | 66 |
| Binary | 10101000 | 10111100 | 1010101 | 1011 | 0 | 110111 | 11010 | 1001000 | 101011 | 110110 |
Color Harmonies of #A8BC55
Complementary color
Monochromatic Colors of #A8BC55
Black with #A8BC55
Text Example
Text Example
White with #A8BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC55; }
p { color: rgb(168,188,85); }
H1.HeaderClassName
{
color: #A8BC55;
}
.AnyTagClassName
{
color: #A8BC55;
}
</style>
background-color css
<style>
a { background-color: #A8BC55; }
a { background-color: rgb(168,188,85); }
div.DivClassName
{
background-color: #A8BC55;
}
.BgClassName
{
background-color: #A8BC55;
}
</style>
border-color css
<style>
span { border-color: #A8BC55; }
span { border-color: rgb(168,188,85); }
td.TdClassName
{
border-color: #A8BC55;
}
.TagClassName
{
border-color: #A8BC55;
}
</style>