Shades of Celery #A6BC41
Tints of Celery #A6BC41
RGB
CMYK
RGB Variations
Color information
#A6BC41 (or 0xA6BC41) is known color: Celery. HEX triplet: A6, BC and 41. RGB value is (166,188,65). Sum of RGB (Red+Green+Blue) = 166+188+65=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC41 is #5943BE. Grayscale: #A7A7A7. Windows color (decimal): -5850047 or 4308134. OLE color: 4308134.
HSL color Cylindrical-coordinate representation of color #A6BC41: hue angle of 70.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6BC41 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 65 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.26 |
| HSL | 70.73º | 0.49% | 0.5% | - |
| HSV(B) | 70.73º | 0.65% | 0.74% | - |
| XYZ | 34.66 | 44.46 | 11.75 | - |
| YUV | 167.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 65 | 0.12 | 0 | 0.65 | 0.26 | 70.73 | 0.49 | 0.5 |
| Hex | A6 | BC | 41 | C | 0 | 41 | 1A | 47 | 31 | 32 |
| Octal | 246 | 274 | 101 | 14 | 0 | 101 | 32 | 107 | 61 | 62 |
| Binary | 10100110 | 10111100 | 1000001 | 1100 | 0 | 1000001 | 11010 | 1000111 | 110001 | 110010 |
Color Harmonies of #A6BC41
Complementary color
Monochromatic Colors of #A6BC41
Black with #A6BC41
Text Example
Text Example
White with #A6BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC41; }
p { color: rgb(166,188,65); }
H1.HeaderClassName
{
color: #A6BC41;
}
.AnyTagClassName
{
color: #A6BC41;
}
</style>
background-color css
<style>
a { background-color: #A6BC41; }
a { background-color: rgb(166,188,65); }
div.DivClassName
{
background-color: #A6BC41;
}
.BgClassName
{
background-color: #A6BC41;
}
</style>
border-color css
<style>
span { border-color: #A6BC41; }
span { border-color: rgb(166,188,65); }
td.TdClassName
{
border-color: #A6BC41;
}
.TagClassName
{
border-color: #A6BC41;
}
</style>