Shades of Celery #A6BF4E
Tints of Celery #A6BF4E
RGB
CMYK
RGB Variations
Color information
#A6BF4E (or 0xA6BF4E) is known color: Celery. HEX triplet: A6, BF and 4E. RGB value is (166,191,78). Sum of RGB (Red+Green+Blue) = 166+191+78=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF4E is #5940B1. Grayscale: #ABABAB. Windows color (decimal): -5849266 or 5160870. OLE color: 5160870.
HSL color Cylindrical-coordinate representation of color #A6BF4E: hue angle of 73.27º 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 #A6BF4E is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 191 | 78 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.25 |
| HSL | 73.27º | 0.47% | 0.53% | - |
| HSV(B) | 73.27º | 0.59% | 0.75% | - |
| XYZ | 35.73 | 45.92 | 14.19 | - |
| YUV | 170.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 78 | 0.13 | 0 | 0.59 | 0.25 | 73.27 | 0.47 | 0.53 |
| Hex | A6 | BF | 4E | D | 0 | 3B | 19 | 49 | 2F | 35 |
| Octal | 246 | 277 | 116 | 15 | 0 | 73 | 31 | 111 | 57 | 65 |
| Binary | 10100110 | 10111111 | 1001110 | 1101 | 0 | 111011 | 11001 | 1001001 | 101111 | 110101 |
Color Harmonies of #A6BF4E
Complementary color
Monochromatic Colors of #A6BF4E
Black with #A6BF4E
Text Example
Text Example
White with #A6BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BF4E; }
p { color: rgb(166,191,78); }
H1.HeaderClassName
{
color: #A6BF4E;
}
.AnyTagClassName
{
color: #A6BF4E;
}
</style>
background-color css
<style>
a { background-color: #A6BF4E; }
a { background-color: rgb(166,191,78); }
div.DivClassName
{
background-color: #A6BF4E;
}
.BgClassName
{
background-color: #A6BF4E;
}
</style>
border-color css
<style>
span { border-color: #A6BF4E; }
span { border-color: rgb(166,191,78); }
td.TdClassName
{
border-color: #A6BF4E;
}
.TagClassName
{
border-color: #A6BF4E;
}
</style>