Shades of Celery #A8BA5D
Tints of Celery #A8BA5D
RGB
CMYK
RGB Variations
Color information
#A8BA5D (or 0xA8BA5D) is known color: Celery. HEX triplet: A8, BA and 5D. RGB value is (168,186,93). Sum of RGB (Red+Green+Blue) = 168+186+93=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA5D is #5745A2. Grayscale: #AAAAAA. Windows color (decimal): -5719459 or 6142632. OLE color: 6142632.
HSL color Cylindrical-coordinate representation of color #A8BA5D: hue angle of 71.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8BA5D is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 93 | - |
| CMYK | 0.10 | 0 | 0.5 | 0.27 |
| HSL | 71.61º | 0.4% | 0.55% | - |
| HSV(B) | 71.61º | 0.5% | 0.73% | - |
| XYZ | 35.68 | 44.23 | 17.01 | - |
| YUV | 170.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 93 | 0.10 | 0 | 0.5 | 0.27 | 71.61 | 0.4 | 0.55 |
| Hex | A8 | BA | 5D | A | 0 | 32 | 1B | 48 | 28 | 37 |
| Octal | 250 | 272 | 135 | 12 | 0 | 62 | 33 | 110 | 50 | 67 |
| Binary | 10101000 | 10111010 | 1011101 | 1010 | 0 | 110010 | 11011 | 1001000 | 101000 | 110111 |
Color Harmonies of #A8BA5D
Complementary color
Monochromatic Colors of #A8BA5D
Black with #A8BA5D
Text Example
Text Example
White with #A8BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA5D; }
p { color: rgb(168,186,93); }
H1.HeaderClassName
{
color: #A8BA5D;
}
.AnyTagClassName
{
color: #A8BA5D;
}
</style>
background-color css
<style>
a { background-color: #A8BA5D; }
a { background-color: rgb(168,186,93); }
div.DivClassName
{
background-color: #A8BA5D;
}
.BgClassName
{
background-color: #A8BA5D;
}
</style>
border-color css
<style>
span { border-color: #A8BA5D; }
span { border-color: rgb(168,186,93); }
td.TdClassName
{
border-color: #A8BA5D;
}
.TagClassName
{
border-color: #A8BA5D;
}
</style>