Shades of Celery #A8BE45
Tints of Celery #A8BE45
RGB
CMYK
RGB Variations
Color information
#A8BE45 (or 0xA8BE45) is known color: Celery. HEX triplet: A8, BE and 45. RGB value is (168,190,69). Sum of RGB (Red+Green+Blue) = 168+190+69=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE45 is #5741BA. Grayscale: #AAAAAA. Windows color (decimal): -5718459 or 4570792. OLE color: 4570792.
HSL color Cylindrical-coordinate representation of color #A8BE45: hue angle of 70.91º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8BE45 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 69 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.25 |
| HSL | 70.91º | 0.48% | 0.51% | - |
| HSV(B) | 70.91º | 0.64% | 0.75% | - |
| XYZ | 35.64 | 45.58 | 12.55 | - |
| YUV | 169.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 69 | 0.12 | 0 | 0.64 | 0.25 | 70.91 | 0.48 | 0.51 |
| Hex | A8 | BE | 45 | C | 0 | 40 | 19 | 47 | 30 | 33 |
| Octal | 250 | 276 | 105 | 14 | 0 | 100 | 31 | 107 | 60 | 63 |
| Binary | 10101000 | 10111110 | 1000101 | 1100 | 0 | 1000000 | 11001 | 1000111 | 110000 | 110011 |
Color Harmonies of #A8BE45
Complementary color
Monochromatic Colors of #A8BE45
Black with #A8BE45
Text Example
Text Example
White with #A8BE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BE45; }
p { color: rgb(168,190,69); }
H1.HeaderClassName
{
color: #A8BE45;
}
.AnyTagClassName
{
color: #A8BE45;
}
</style>
background-color css
<style>
a { background-color: #A8BE45; }
a { background-color: rgb(168,190,69); }
div.DivClassName
{
background-color: #A8BE45;
}
.BgClassName
{
background-color: #A8BE45;
}
</style>
border-color css
<style>
span { border-color: #A8BE45; }
span { border-color: rgb(168,190,69); }
td.TdClassName
{
border-color: #A8BE45;
}
.TagClassName
{
border-color: #A8BE45;
}
</style>