Shades of Celery #A6B444
Tints of Celery #A6B444
RGB
CMYK
RGB Variations
Color information
#A6B444 (or 0xA6B444) is known color: Celery. HEX triplet: A6, B4 and 44. RGB value is (166,180,68). Sum of RGB (Red+Green+Blue) = 166+180+68=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B444 is #594BBB. Grayscale: #A3A3A3. Windows color (decimal): -5852092 or 4502694. OLE color: 4502694.
HSL color Cylindrical-coordinate representation of color #A6B444: hue angle of 67.5º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6B444 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 68 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.29 |
| HSL | 67.5º | 0.45% | 0.49% | - |
| HSV(B) | 67.5º | 0.62% | 0.71% | - |
| XYZ | 33.09 | 41.17 | 11.67 | - |
| YUV | 163.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 68 | 0.08 | 0 | 0.62 | 0.29 | 67.5 | 0.45 | 0.49 |
| Hex | A6 | B4 | 44 | 8 | 0 | 3E | 1D | 44 | 2D | 31 |
| Octal | 246 | 264 | 104 | 10 | 0 | 76 | 35 | 104 | 55 | 61 |
| Binary | 10100110 | 10110100 | 1000100 | 1000 | 0 | 111110 | 11101 | 1000100 | 101101 | 110001 |
Color Harmonies of #A6B444
Complementary color
Monochromatic Colors of #A6B444
Black with #A6B444
Text Example
Text Example
White with #A6B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B444; }
p { color: rgb(166,180,68); }
H1.HeaderClassName
{
color: #A6B444;
}
.AnyTagClassName
{
color: #A6B444;
}
</style>
background-color css
<style>
a { background-color: #A6B444; }
a { background-color: rgb(166,180,68); }
div.DivClassName
{
background-color: #A6B444;
}
.BgClassName
{
background-color: #A6B444;
}
</style>
border-color css
<style>
span { border-color: #A6B444; }
span { border-color: rgb(166,180,68); }
td.TdClassName
{
border-color: #A6B444;
}
.TagClassName
{
border-color: #A6B444;
}
</style>