Shades of Celery #A6B740
Tints of Celery #A6B740
RGB
CMYK
RGB Variations
Color information
#A6B740 (or 0xA6B740) is known color: Celery. HEX triplet: A6, B7 and 40. RGB value is (166,183,64). Sum of RGB (Red+Green+Blue) = 166+183+64=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B740 is #5948BF. Grayscale: #A4A4A4. Windows color (decimal): -5851328 or 4241318. OLE color: 4241318.
HSL color Cylindrical-coordinate representation of color #A6B740: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6B740 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 183 | 64 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.28 |
| HSL | 68.57º | 0.48% | 0.48% | - |
| HSV(B) | 68.57º | 0.65% | 0.72% | - |
| XYZ | 33.58 | 42.34 | 11.25 | - |
| YUV | 164.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 183 | 64 | 0.09 | 0 | 0.65 | 0.28 | 68.57 | 0.48 | 0.48 |
| Hex | A6 | B7 | 40 | 9 | 0 | 41 | 1C | 45 | 30 | 30 |
| Octal | 246 | 267 | 100 | 11 | 0 | 101 | 34 | 105 | 60 | 60 |
| Binary | 10100110 | 10110111 | 1000000 | 1001 | 0 | 1000001 | 11100 | 1000101 | 110000 | 110000 |
Color Harmonies of #A6B740
Complementary color
Monochromatic Colors of #A6B740
Black with #A6B740
Text Example
Text Example
White with #A6B740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B740; }
p { color: rgb(166,183,64); }
H1.HeaderClassName
{
color: #A6B740;
}
.AnyTagClassName
{
color: #A6B740;
}
</style>
background-color css
<style>
a { background-color: #A6B740; }
a { background-color: rgb(166,183,64); }
div.DivClassName
{
background-color: #A6B740;
}
.BgClassName
{
background-color: #A6B740;
}
</style>
border-color css
<style>
span { border-color: #A6B740; }
span { border-color: rgb(166,183,64); }
td.TdClassName
{
border-color: #A6B740;
}
.TagClassName
{
border-color: #A6B740;
}
</style>