Shades of Celery #A2BF4E
Tints of Celery #A2BF4E
RGB
CMYK
RGB Variations
Color information
#A2BF4E (or 0xA2BF4E) is known color: Celery. HEX triplet: A2, BF and 4E. RGB value is (162,191,78). Sum of RGB (Red+Green+Blue) = 162+191+78=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BF4E is #5D40B1. Grayscale: #A9A9A9. Windows color (decimal): -6111410 or 5160866. OLE color: 5160866.
HSL color Cylindrical-coordinate representation of color #A2BF4E: hue angle of 75.4º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2BF4E is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 78 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.25 |
| HSL | 75.4º | 0.47% | 0.53% | - |
| HSV(B) | 75.4º | 0.59% | 0.75% | - |
| XYZ | 34.91 | 45.49 | 14.15 | - |
| YUV | 169.45 | 76.39 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 78 | 0.15 | 0 | 0.59 | 0.25 | 75.4 | 0.47 | 0.53 |
| Hex | A2 | BF | 4E | F | 0 | 3B | 19 | 4B | 2F | 35 |
| Octal | 242 | 277 | 116 | 17 | 0 | 73 | 31 | 113 | 57 | 65 |
| Binary | 10100010 | 10111111 | 1001110 | 1111 | 0 | 111011 | 11001 | 1001011 | 101111 | 110101 |
Color Harmonies of #A2BF4E
Complementary color
Monochromatic Colors of #A2BF4E
Black with #A2BF4E
Text Example
Text Example
White with #A2BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BF4E; }
p { color: rgb(162,191,78); }
H1.HeaderClassName
{
color: #A2BF4E;
}
.AnyTagClassName
{
color: #A2BF4E;
}
</style>
background-color css
<style>
a { background-color: #A2BF4E; }
a { background-color: rgb(162,191,78); }
div.DivClassName
{
background-color: #A2BF4E;
}
.BgClassName
{
background-color: #A2BF4E;
}
</style>
border-color css
<style>
span { border-color: #A2BF4E; }
span { border-color: rgb(162,191,78); }
td.TdClassName
{
border-color: #A2BF4E;
}
.TagClassName
{
border-color: #A2BF4E;
}
</style>