Shades of Celery #A8BA3D
Tints of Celery #A8BA3D
RGB
CMYK
RGB Variations
Color information
#A8BA3D (or 0xA8BA3D) is known color: Celery. HEX triplet: A8, BA and 3D. RGB value is (168,186,61). Sum of RGB (Red+Green+Blue) = 168+186+61=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA3D is #5745C2. Grayscale: #A6A6A6. Windows color (decimal): -5719491 or 4045480. OLE color: 4045480.
HSL color Cylindrical-coordinate representation of color #A8BA3D: hue angle of 68.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8BA3D is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 61 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.27 |
| HSL | 68.64º | 0.51% | 0.48% | - |
| HSV(B) | 68.64º | 0.67% | 0.73% | - |
| XYZ | 34.55 | 43.78 | 11.04 | - |
| YUV | 166.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 61 | 0.10 | 0 | 0.67 | 0.27 | 68.64 | 0.51 | 0.48 |
| Hex | A8 | BA | 3D | A | 0 | 43 | 1B | 45 | 33 | 30 |
| Octal | 250 | 272 | 75 | 12 | 0 | 103 | 33 | 105 | 63 | 60 |
| Binary | 10101000 | 10111010 | 111101 | 1010 | 0 | 1000011 | 11011 | 1000101 | 110011 | 110000 |
Color Harmonies of #A8BA3D
Complementary color
Monochromatic Colors of #A8BA3D
Black with #A8BA3D
Text Example
Text Example
White with #A8BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA3D; }
p { color: rgb(168,186,61); }
H1.HeaderClassName
{
color: #A8BA3D;
}
.AnyTagClassName
{
color: #A8BA3D;
}
</style>
background-color css
<style>
a { background-color: #A8BA3D; }
a { background-color: rgb(168,186,61); }
div.DivClassName
{
background-color: #A8BA3D;
}
.BgClassName
{
background-color: #A8BA3D;
}
</style>
border-color css
<style>
span { border-color: #A8BA3D; }
span { border-color: rgb(168,186,61); }
td.TdClassName
{
border-color: #A8BA3D;
}
.TagClassName
{
border-color: #A8BA3D;
}
</style>