Shades of Celery #A8BB3F
Tints of Celery #A8BB3F
RGB
CMYK
RGB Variations
Color information
#A8BB3F (or 0xA8BB3F) is known color: Celery. HEX triplet: A8, BB and 3F. RGB value is (168,187,63). Sum of RGB (Red+Green+Blue) = 168+187+63=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB3F is #5744C0. Grayscale: #A7A7A7. Windows color (decimal): -5719233 or 4176808. OLE color: 4176808.
HSL color Cylindrical-coordinate representation of color #A8BB3F: hue angle of 69.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8BB3F is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 63 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.27 |
| HSL | 69.19º | 0.5% | 0.49% | - |
| HSV(B) | 69.19º | 0.66% | 0.73% | - |
| XYZ | 34.82 | 44.22 | 11.4 | - |
| YUV | 167.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 63 | 0.10 | 0 | 0.66 | 0.27 | 69.19 | 0.5 | 0.49 |
| Hex | A8 | BB | 3F | A | 0 | 42 | 1B | 45 | 32 | 31 |
| Octal | 250 | 273 | 77 | 12 | 0 | 102 | 33 | 105 | 62 | 61 |
| Binary | 10101000 | 10111011 | 111111 | 1010 | 0 | 1000010 | 11011 | 1000101 | 110010 | 110001 |
Color Harmonies of #A8BB3F
Complementary color
Monochromatic Colors of #A8BB3F
Black with #A8BB3F
Text Example
Text Example
White with #A8BB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB3F; }
p { color: rgb(168,187,63); }
H1.HeaderClassName
{
color: #A8BB3F;
}
.AnyTagClassName
{
color: #A8BB3F;
}
</style>
background-color css
<style>
a { background-color: #A8BB3F; }
a { background-color: rgb(168,187,63); }
div.DivClassName
{
background-color: #A8BB3F;
}
.BgClassName
{
background-color: #A8BB3F;
}
</style>
border-color css
<style>
span { border-color: #A8BB3F; }
span { border-color: rgb(168,187,63); }
td.TdClassName
{
border-color: #A8BB3F;
}
.TagClassName
{
border-color: #A8BB3F;
}
</style>