Shades of Celery #A8BC40
Tints of Celery #A8BC40
RGB
CMYK
RGB Variations
Color information
#A8BC40 (or 0xA8BC40) is known color: Celery. HEX triplet: A8, BC and 40. RGB value is (168,188,64). Sum of RGB (Red+Green+Blue) = 168+188+64=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC40 is #5743BF. Grayscale: #A8A8A8. Windows color (decimal): -5718976 or 4242600. OLE color: 4242600.
HSL color Cylindrical-coordinate representation of color #A8BC40: hue angle of 69.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8BC40 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 64 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.26 |
| HSL | 69.68º | 0.49% | 0.49% | - |
| HSV(B) | 69.68º | 0.66% | 0.74% | - |
| XYZ | 35.06 | 44.66 | 11.62 | - |
| YUV | 167.88 | 69.37 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 64 | 0.11 | 0 | 0.66 | 0.26 | 69.68 | 0.49 | 0.49 |
| Hex | A8 | BC | 40 | B | 0 | 42 | 1A | 46 | 31 | 31 |
| Octal | 250 | 274 | 100 | 13 | 0 | 102 | 32 | 106 | 61 | 61 |
| Binary | 10101000 | 10111100 | 1000000 | 1011 | 0 | 1000010 | 11010 | 1000110 | 110001 | 110001 |
Color Harmonies of #A8BC40
Complementary color
Monochromatic Colors of #A8BC40
Black with #A8BC40
Text Example
Text Example
White with #A8BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC40; }
p { color: rgb(168,188,64); }
H1.HeaderClassName
{
color: #A8BC40;
}
.AnyTagClassName
{
color: #A8BC40;
}
</style>
background-color css
<style>
a { background-color: #A8BC40; }
a { background-color: rgb(168,188,64); }
div.DivClassName
{
background-color: #A8BC40;
}
.BgClassName
{
background-color: #A8BC40;
}
</style>
border-color css
<style>
span { border-color: #A8BC40; }
span { border-color: rgb(168,188,64); }
td.TdClassName
{
border-color: #A8BC40;
}
.TagClassName
{
border-color: #A8BC40;
}
</style>