Shades of Celery #A6BC45
Tints of Celery #A6BC45
RGB
CMYK
RGB Variations
Color information
#A6BC45 (or 0xA6BC45) is known color: Celery. HEX triplet: A6, BC and 45. RGB value is (166,188,69). Sum of RGB (Red+Green+Blue) = 166+188+69=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC45 is #5943BA. Grayscale: #A8A8A8. Windows color (decimal): -5850043 or 4570278. OLE color: 4570278.
HSL color Cylindrical-coordinate representation of color #A6BC45: hue angle of 71.09º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6BC45 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 69 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.26 |
| HSL | 71.09º | 0.47% | 0.5% | - |
| HSV(B) | 71.09º | 0.63% | 0.74% | - |
| XYZ | 34.78 | 44.5 | 12.39 | - |
| YUV | 167.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 69 | 0.12 | 0 | 0.63 | 0.26 | 71.09 | 0.47 | 0.5 |
| Hex | A6 | BC | 45 | C | 0 | 3F | 1A | 47 | 2F | 32 |
| Octal | 246 | 274 | 105 | 14 | 0 | 77 | 32 | 107 | 57 | 62 |
| Binary | 10100110 | 10111100 | 1000101 | 1100 | 0 | 111111 | 11010 | 1000111 | 101111 | 110010 |
Color Harmonies of #A6BC45
Complementary color
Monochromatic Colors of #A6BC45
Black with #A6BC45
Text Example
Text Example
White with #A6BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC45; }
p { color: rgb(166,188,69); }
H1.HeaderClassName
{
color: #A6BC45;
}
.AnyTagClassName
{
color: #A6BC45;
}
</style>
background-color css
<style>
a { background-color: #A6BC45; }
a { background-color: rgb(166,188,69); }
div.DivClassName
{
background-color: #A6BC45;
}
.BgClassName
{
background-color: #A6BC45;
}
</style>
border-color css
<style>
span { border-color: #A6BC45; }
span { border-color: rgb(166,188,69); }
td.TdClassName
{
border-color: #A6BC45;
}
.TagClassName
{
border-color: #A6BC45;
}
</style>