Shades of Celery #A8BC3F
Tints of Celery #A8BC3F
RGB
CMYK
RGB Variations
Color information
#A8BC3F (or 0xA8BC3F) is known color: Celery. HEX triplet: A8, BC and 3F. RGB value is (168,188,63). Sum of RGB (Red+Green+Blue) = 168+188+63=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC3F is #5743C0. Grayscale: #A8A8A8. Windows color (decimal): -5718977 or 4177064. OLE color: 4177064.
HSL color Cylindrical-coordinate representation of color #A8BC3F: hue angle of 69.6º degrees, saturation: 0.5, 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 #A8BC3F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 63 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.26 |
| HSL | 69.6º | 0.5% | 0.49% | - |
| HSV(B) | 69.6º | 0.66% | 0.74% | - |
| XYZ | 35.03 | 44.65 | 11.47 | - |
| YUV | 167.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 63 | 0.11 | 0 | 0.66 | 0.26 | 69.6 | 0.5 | 0.49 |
| Hex | A8 | BC | 3F | B | 0 | 42 | 1A | 46 | 32 | 31 |
| Octal | 250 | 274 | 77 | 13 | 0 | 102 | 32 | 106 | 62 | 61 |
| Binary | 10101000 | 10111100 | 111111 | 1011 | 0 | 1000010 | 11010 | 1000110 | 110010 | 110001 |
Color Harmonies of #A8BC3F
Complementary color
Monochromatic Colors of #A8BC3F
Black with #A8BC3F
Text Example
Text Example
White with #A8BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC3F; }
p { color: rgb(168,188,63); }
H1.HeaderClassName
{
color: #A8BC3F;
}
.AnyTagClassName
{
color: #A8BC3F;
}
</style>
background-color css
<style>
a { background-color: #A8BC3F; }
a { background-color: rgb(168,188,63); }
div.DivClassName
{
background-color: #A8BC3F;
}
.BgClassName
{
background-color: #A8BC3F;
}
</style>
border-color css
<style>
span { border-color: #A8BC3F; }
span { border-color: rgb(168,188,63); }
td.TdClassName
{
border-color: #A8BC3F;
}
.TagClassName
{
border-color: #A8BC3F;
}
</style>