Shades of Celery #A8BA45
Tints of Celery #A8BA45
RGB
CMYK
RGB Variations
Color information
#A8BA45 (or 0xA8BA45) is known color: Celery. HEX triplet: A8, BA and 45. RGB value is (168,186,69). Sum of RGB (Red+Green+Blue) = 168+186+69=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA45 is #5745BA. Grayscale: #A7A7A7. Windows color (decimal): -5719483 or 4569768. OLE color: 4569768.
HSL color Cylindrical-coordinate representation of color #A8BA45: hue angle of 69.23º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8BA45 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 69 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.27 |
| HSL | 69.23º | 0.46% | 0.5% | - |
| HSV(B) | 69.23º | 0.63% | 0.73% | - |
| XYZ | 34.78 | 43.87 | 12.27 | - |
| YUV | 167.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 69 | 0.10 | 0 | 0.63 | 0.27 | 69.23 | 0.46 | 0.5 |
| Hex | A8 | BA | 45 | A | 0 | 3F | 1B | 45 | 2E | 32 |
| Octal | 250 | 272 | 105 | 12 | 0 | 77 | 33 | 105 | 56 | 62 |
| Binary | 10101000 | 10111010 | 1000101 | 1010 | 0 | 111111 | 11011 | 1000101 | 101110 | 110010 |
Color Harmonies of #A8BA45
Complementary color
Monochromatic Colors of #A8BA45
Black with #A8BA45
Text Example
Text Example
White with #A8BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA45; }
p { color: rgb(168,186,69); }
H1.HeaderClassName
{
color: #A8BA45;
}
.AnyTagClassName
{
color: #A8BA45;
}
</style>
background-color css
<style>
a { background-color: #A8BA45; }
a { background-color: rgb(168,186,69); }
div.DivClassName
{
background-color: #A8BA45;
}
.BgClassName
{
background-color: #A8BA45;
}
</style>
border-color css
<style>
span { border-color: #A8BA45; }
span { border-color: rgb(168,186,69); }
td.TdClassName
{
border-color: #A8BA45;
}
.TagClassName
{
border-color: #A8BA45;
}
</style>