Shades of Celery #A6BA5A
Tints of Celery #A6BA5A
RGB
CMYK
RGB Variations
Color information
#A6BA5A (or 0xA6BA5A) is known color: Celery. HEX triplet: A6, BA and 5A. RGB value is (166,186,90). Sum of RGB (Red+Green+Blue) = 166+186+90=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA5A is #5945A5. Grayscale: #A9A9A9. Windows color (decimal): -5850534 or 5946022. OLE color: 5946022.
HSL color Cylindrical-coordinate representation of color #A6BA5A: hue angle of 72.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6BA5A is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 90 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.27 |
| HSL | 72.5º | 0.41% | 0.54% | - |
| HSV(B) | 72.5º | 0.52% | 0.73% | - |
| XYZ | 35.13 | 43.96 | 16.31 | - |
| YUV | 169.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 90 | 0.11 | 0 | 0.52 | 0.27 | 72.5 | 0.41 | 0.54 |
| Hex | A6 | BA | 5A | B | 0 | 34 | 1B | 48 | 29 | 36 |
| Octal | 246 | 272 | 132 | 13 | 0 | 64 | 33 | 110 | 51 | 66 |
| Binary | 10100110 | 10111010 | 1011010 | 1011 | 0 | 110100 | 11011 | 1001000 | 101001 | 110110 |
Color Harmonies of #A6BA5A
Complementary color
Monochromatic Colors of #A6BA5A
Black with #A6BA5A
Text Example
Text Example
White with #A6BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA5A; }
p { color: rgb(166,186,90); }
H1.HeaderClassName
{
color: #A6BA5A;
}
.AnyTagClassName
{
color: #A6BA5A;
}
</style>
background-color css
<style>
a { background-color: #A6BA5A; }
a { background-color: rgb(166,186,90); }
div.DivClassName
{
background-color: #A6BA5A;
}
.BgClassName
{
background-color: #A6BA5A;
}
</style>
border-color css
<style>
span { border-color: #A6BA5A; }
span { border-color: rgb(166,186,90); }
td.TdClassName
{
border-color: #A6BA5A;
}
.TagClassName
{
border-color: #A6BA5A;
}
</style>