Shades of Celery #A9BE40
Tints of Celery #A9BE40
RGB
CMYK
RGB Variations
Color information
#A9BE40 (or 0xA9BE40) is known color: Celery. HEX triplet: A9, BE and 40. RGB value is (169,190,64). Sum of RGB (Red+Green+Blue) = 169+190+64=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BE40 is #5641BF. Grayscale: #A9A9A9. Windows color (decimal): -5652928 or 4243113. OLE color: 4243113.
HSL color Cylindrical-coordinate representation of color #A9BE40: hue angle of 70º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9BE40 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 64 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.25 |
| HSL | 70º | 0.5% | 0.5% | - |
| HSV(B) | 70º | 0.66% | 0.75% | - |
| XYZ | 35.7 | 45.63 | 11.78 | - |
| YUV | 169.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 64 | 0.11 | 0 | 0.66 | 0.25 | 70 | 0.5 | 0.5 |
| Hex | A9 | BE | 40 | B | 0 | 42 | 19 | 46 | 32 | 32 |
| Octal | 251 | 276 | 100 | 13 | 0 | 102 | 31 | 106 | 62 | 62 |
| Binary | 10101001 | 10111110 | 1000000 | 1011 | 0 | 1000010 | 11001 | 1000110 | 110010 | 110010 |
Color Harmonies of #A9BE40
Complementary color
Monochromatic Colors of #A9BE40
Black with #A9BE40
Text Example
Text Example
White with #A9BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE40; }
p { color: rgb(169,190,64); }
H1.HeaderClassName
{
color: #A9BE40;
}
.AnyTagClassName
{
color: #A9BE40;
}
</style>
background-color css
<style>
a { background-color: #A9BE40; }
a { background-color: rgb(169,190,64); }
div.DivClassName
{
background-color: #A9BE40;
}
.BgClassName
{
background-color: #A9BE40;
}
</style>
border-color css
<style>
span { border-color: #A9BE40; }
span { border-color: rgb(169,190,64); }
td.TdClassName
{
border-color: #A9BE40;
}
.TagClassName
{
border-color: #A9BE40;
}
</style>