Shades of Celery #A6B14D
Tints of Celery #A6B14D
RGB
CMYK
RGB Variations
Color information
#A6B14D (or 0xA6B14D) is known color: Celery. HEX triplet: A6, B1 and 4D. RGB value is (166,177,77). Sum of RGB (Red+Green+Blue) = 166+177+77=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B14D is #594EB2. Grayscale: #A2A2A2. Windows color (decimal): -5852851 or 5091750. OLE color: 5091750.
HSL color Cylindrical-coordinate representation of color #A6B14D: hue angle of 66.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6B14D is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 177 | 77 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.31 |
| HSL | 66.6º | 0.39% | 0.5% | - |
| HSV(B) | 66.6º | 0.56% | 0.69% | - |
| XYZ | 32.79 | 40.09 | 13.03 | - |
| YUV | 162.31 | 79.86 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 177 | 77 | 0.06 | 0 | 0.56 | 0.31 | 66.6 | 0.39 | 0.5 |
| Hex | A6 | B1 | 4D | 6 | 0 | 38 | 1F | 43 | 27 | 32 |
| Octal | 246 | 261 | 115 | 6 | 0 | 70 | 37 | 103 | 47 | 62 |
| Binary | 10100110 | 10110001 | 1001101 | 110 | 0 | 111000 | 11111 | 1000011 | 100111 | 110010 |
Color Harmonies of #A6B14D
Complementary color
Monochromatic Colors of #A6B14D
Black with #A6B14D
Text Example
Text Example
White with #A6B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B14D; }
p { color: rgb(166,177,77); }
H1.HeaderClassName
{
color: #A6B14D;
}
.AnyTagClassName
{
color: #A6B14D;
}
</style>
background-color css
<style>
a { background-color: #A6B14D; }
a { background-color: rgb(166,177,77); }
div.DivClassName
{
background-color: #A6B14D;
}
.BgClassName
{
background-color: #A6B14D;
}
</style>
border-color css
<style>
span { border-color: #A6B14D; }
span { border-color: rgb(166,177,77); }
td.TdClassName
{
border-color: #A6B14D;
}
.TagClassName
{
border-color: #A6B14D;
}
</style>