Shades of Celery #A6B040
Tints of Celery #A6B040
RGB
CMYK
RGB Variations
Color information
#A6B040 (or 0xA6B040) is known color: Celery. HEX triplet: A6, B0 and 40. RGB value is (166,176,64). Sum of RGB (Red+Green+Blue) = 166+176+64=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B040 is #594FBF. Grayscale: #A0A0A0. Windows color (decimal): -5853120 or 4239526. OLE color: 4239526.
HSL color Cylindrical-coordinate representation of color #A6B040: hue angle of 65.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6B040 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 176 | 64 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.31 |
| HSL | 65.36º | 0.47% | 0.47% | - |
| HSV(B) | 65.36º | 0.64% | 0.69% | - |
| XYZ | 32.18 | 39.53 | 10.78 | - |
| YUV | 160.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 64 | 0.06 | 0 | 0.64 | 0.31 | 65.36 | 0.47 | 0.47 |
| Hex | A6 | B0 | 40 | 6 | 0 | 40 | 1F | 41 | 2F | 2F |
| Octal | 246 | 260 | 100 | 6 | 0 | 100 | 37 | 101 | 57 | 57 |
| Binary | 10100110 | 10110000 | 1000000 | 110 | 0 | 1000000 | 11111 | 1000001 | 101111 | 101111 |
Color Harmonies of #A6B040
Complementary color
Monochromatic Colors of #A6B040
Black with #A6B040
Text Example
Text Example
White with #A6B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B040; }
p { color: rgb(166,176,64); }
H1.HeaderClassName
{
color: #A6B040;
}
.AnyTagClassName
{
color: #A6B040;
}
</style>
background-color css
<style>
a { background-color: #A6B040; }
a { background-color: rgb(166,176,64); }
div.DivClassName
{
background-color: #A6B040;
}
.BgClassName
{
background-color: #A6B040;
}
</style>
border-color css
<style>
span { border-color: #A6B040; }
span { border-color: rgb(166,176,64); }
td.TdClassName
{
border-color: #A6B040;
}
.TagClassName
{
border-color: #A6B040;
}
</style>