Shades of Celery #A6B95A
Tints of Celery #A6B95A
RGB
CMYK
RGB Variations
Color information
#A6B95A (or 0xA6B95A) is known color: Celery. HEX triplet: A6, B9 and 5A. RGB value is (166,185,90). Sum of RGB (Red+Green+Blue) = 166+185+90=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B95A is #5946A5. Grayscale: #A8A8A8. Windows color (decimal): -5850790 or 5945766. OLE color: 5945766.
HSL color Cylindrical-coordinate representation of color #A6B95A: hue angle of 72º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6B95A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 185 | 90 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.27 |
| HSL | 72º | 0.4% | 0.54% | - |
| HSV(B) | 72º | 0.51% | 0.73% | - |
| XYZ | 34.92 | 43.54 | 16.24 | - |
| YUV | 168.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 185 | 90 | 0.10 | 0 | 0.51 | 0.27 | 72 | 0.4 | 0.54 |
| Hex | A6 | B9 | 5A | A | 0 | 33 | 1B | 48 | 28 | 36 |
| Octal | 246 | 271 | 132 | 12 | 0 | 63 | 33 | 110 | 50 | 66 |
| Binary | 10100110 | 10111001 | 1011010 | 1010 | 0 | 110011 | 11011 | 1001000 | 101000 | 110110 |
Color Harmonies of #A6B95A
Complementary color
Monochromatic Colors of #A6B95A
Black with #A6B95A
Text Example
Text Example
White with #A6B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B95A; }
p { color: rgb(166,185,90); }
H1.HeaderClassName
{
color: #A6B95A;
}
.AnyTagClassName
{
color: #A6B95A;
}
</style>
background-color css
<style>
a { background-color: #A6B95A; }
a { background-color: rgb(166,185,90); }
div.DivClassName
{
background-color: #A6B95A;
}
.BgClassName
{
background-color: #A6B95A;
}
</style>
border-color css
<style>
span { border-color: #A6B95A; }
span { border-color: rgb(166,185,90); }
td.TdClassName
{
border-color: #A6B95A;
}
.TagClassName
{
border-color: #A6B95A;
}
</style>