Shades of Celery #A6BA58
Tints of Celery #A6BA58
RGB
CMYK
RGB Variations
Color information
#A6BA58 (or 0xA6BA58) is known color: Celery. HEX triplet: A6, BA and 58. RGB value is (166,186,88). Sum of RGB (Red+Green+Blue) = 166+186+88=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 88 (34.77% from 255 or 20% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BA58 is #5945A7. Grayscale: #A9A9A9. Windows color (decimal): -5850536 or 5814950. OLE color: 5814950.
HSL color Cylindrical-coordinate representation of color #A6BA58: hue angle of 72.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6BA58 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 88 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.27 |
| HSL | 72.24º | 0.42% | 0.54% | - |
| HSV(B) | 72.24º | 0.53% | 0.73% | - |
| XYZ | 35.05 | 43.93 | 15.86 | - |
| YUV | 168.85 | 82.37 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 88 | 0.11 | 0 | 0.53 | 0.27 | 72.24 | 0.42 | 0.54 |
| Hex | A6 | BA | 58 | B | 0 | 35 | 1B | 48 | 2A | 36 |
| Octal | 246 | 272 | 130 | 13 | 0 | 65 | 33 | 110 | 52 | 66 |
| Binary | 10100110 | 10111010 | 1011000 | 1011 | 0 | 110101 | 11011 | 1001000 | 101010 | 110110 |
Color Harmonies of #A6BA58
Complementary color
Monochromatic Colors of #A6BA58
Black with #A6BA58
Text Example
Text Example
White with #A6BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA58; }
p { color: rgb(166,186,88); }
H1.HeaderClassName
{
color: #A6BA58;
}
.AnyTagClassName
{
color: #A6BA58;
}
</style>
background-color css
<style>
a { background-color: #A6BA58; }
a { background-color: rgb(166,186,88); }
div.DivClassName
{
background-color: #A6BA58;
}
.BgClassName
{
background-color: #A6BA58;
}
</style>
border-color css
<style>
span { border-color: #A6BA58; }
span { border-color: rgb(166,186,88); }
td.TdClassName
{
border-color: #A6BA58;
}
.TagClassName
{
border-color: #A6BA58;
}
</style>