Shades of Celery #A6BA3B
Tints of Celery #A6BA3B
RGB
CMYK
RGB Variations
Color information
#A6BA3B (or 0xA6BA3B) is known color: Celery. HEX triplet: A6, BA and 3B. RGB value is (166,186,59). Sum of RGB (Red+Green+Blue) = 166+186+59=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BA3B is #5945C4. Grayscale: #A6A6A6. Windows color (decimal): -5850565 or 3914406. OLE color: 3914406.
HSL color Cylindrical-coordinate representation of color #A6BA3B: hue angle of 69.45º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6BA3B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 59 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.27 |
| HSL | 69.45º | 0.52% | 0.48% | - |
| HSV(B) | 69.45º | 0.68% | 0.73% | - |
| XYZ | 34.07 | 43.54 | 10.75 | - |
| YUV | 165.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 59 | 0.11 | 0 | 0.68 | 0.27 | 69.45 | 0.52 | 0.48 |
| Hex | A6 | BA | 3B | B | 0 | 44 | 1B | 45 | 34 | 30 |
| Octal | 246 | 272 | 73 | 13 | 0 | 104 | 33 | 105 | 64 | 60 |
| Binary | 10100110 | 10111010 | 111011 | 1011 | 0 | 1000100 | 11011 | 1000101 | 110100 | 110000 |
Color Harmonies of #A6BA3B
Complementary color
Monochromatic Colors of #A6BA3B
Black with #A6BA3B
Text Example
Text Example
White with #A6BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA3B; }
p { color: rgb(166,186,59); }
H1.HeaderClassName
{
color: #A6BA3B;
}
.AnyTagClassName
{
color: #A6BA3B;
}
</style>
background-color css
<style>
a { background-color: #A6BA3B; }
a { background-color: rgb(166,186,59); }
div.DivClassName
{
background-color: #A6BA3B;
}
.BgClassName
{
background-color: #A6BA3B;
}
</style>
border-color css
<style>
span { border-color: #A6BA3B; }
span { border-color: rgb(166,186,59); }
td.TdClassName
{
border-color: #A6BA3B;
}
.TagClassName
{
border-color: #A6BA3B;
}
</style>