Shades of Celery #A8BC5D
Tints of Celery #A8BC5D
RGB
CMYK
RGB Variations
Color information
#A8BC5D (or 0xA8BC5D) is known color: Celery. HEX triplet: A8, BC and 5D. RGB value is (168,188,93). Sum of RGB (Red+Green+Blue) = 168+188+93=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC5D is #5743A2. Grayscale: #ABABAB. Windows color (decimal): -5718947 or 6143144. OLE color: 6143144.
HSL color Cylindrical-coordinate representation of color #A8BC5D: hue angle of 72.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8BC5D is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 93 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.26 |
| HSL | 72.63º | 0.41% | 0.55% | - |
| HSV(B) | 72.63º | 0.51% | 0.74% | - |
| XYZ | 36.11 | 45.08 | 17.15 | - |
| YUV | 171.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 93 | 0.11 | 0 | 0.51 | 0.26 | 72.63 | 0.41 | 0.55 |
| Hex | A8 | BC | 5D | B | 0 | 33 | 1A | 49 | 29 | 37 |
| Octal | 250 | 274 | 135 | 13 | 0 | 63 | 32 | 111 | 51 | 67 |
| Binary | 10101000 | 10111100 | 1011101 | 1011 | 0 | 110011 | 11010 | 1001001 | 101001 | 110111 |
Color Harmonies of #A8BC5D
Complementary color
Monochromatic Colors of #A8BC5D
Black with #A8BC5D
Text Example
Text Example
White with #A8BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC5D; }
p { color: rgb(168,188,93); }
H1.HeaderClassName
{
color: #A8BC5D;
}
.AnyTagClassName
{
color: #A8BC5D;
}
</style>
background-color css
<style>
a { background-color: #A8BC5D; }
a { background-color: rgb(168,188,93); }
div.DivClassName
{
background-color: #A8BC5D;
}
.BgClassName
{
background-color: #A8BC5D;
}
</style>
border-color css
<style>
span { border-color: #A8BC5D; }
span { border-color: rgb(168,188,93); }
td.TdClassName
{
border-color: #A8BC5D;
}
.TagClassName
{
border-color: #A8BC5D;
}
</style>