Shades of Celery #A6B24A
Tints of Celery #A6B24A
RGB
CMYK
RGB Variations
Color information
#A6B24A (or 0xA6B24A) is known color: Celery. HEX triplet: A6, B2 and 4A. RGB value is (166,178,74). Sum of RGB (Red+Green+Blue) = 166+178+74=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B24A is #594DB5. Grayscale: #A2A2A2. Windows color (decimal): -5852598 or 4895398. OLE color: 4895398.
HSL color Cylindrical-coordinate representation of color #A6B24A: hue angle of 66.92º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6B24A is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 74 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.30 |
| HSL | 66.92º | 0.41% | 0.49% | - |
| HSV(B) | 66.92º | 0.58% | 0.7% | - |
| XYZ | 32.88 | 40.44 | 12.55 | - |
| YUV | 162.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 74 | 0.07 | 0 | 0.58 | 0.30 | 66.92 | 0.41 | 0.49 |
| Hex | A6 | B2 | 4A | 7 | 0 | 3A | 1E | 43 | 29 | 31 |
| Octal | 246 | 262 | 112 | 7 | 0 | 72 | 36 | 103 | 51 | 61 |
| Binary | 10100110 | 10110010 | 1001010 | 111 | 0 | 111010 | 11110 | 1000011 | 101001 | 110001 |
Color Harmonies of #A6B24A
Complementary color
Monochromatic Colors of #A6B24A
Black with #A6B24A
Text Example
Text Example
White with #A6B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B24A; }
p { color: rgb(166,178,74); }
H1.HeaderClassName
{
color: #A6B24A;
}
.AnyTagClassName
{
color: #A6B24A;
}
</style>
background-color css
<style>
a { background-color: #A6B24A; }
a { background-color: rgb(166,178,74); }
div.DivClassName
{
background-color: #A6B24A;
}
.BgClassName
{
background-color: #A6B24A;
}
</style>
border-color css
<style>
span { border-color: #A6B24A; }
span { border-color: rgb(166,178,74); }
td.TdClassName
{
border-color: #A6B24A;
}
.TagClassName
{
border-color: #A6B24A;
}
</style>