Shades of Celery #A6BC4A
Tints of Celery #A6BC4A
RGB
CMYK
RGB Variations
Color information
#A6BC4A (or 0xA6BC4A) is known color: Celery. HEX triplet: A6, BC and 4A. RGB value is (166,188,74). Sum of RGB (Red+Green+Blue) = 166+188+74=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC4A is #5943B5. Grayscale: #A8A8A8. Windows color (decimal): -5850038 or 4897958. OLE color: 4897958.
HSL color Cylindrical-coordinate representation of color #A6BC4A: hue angle of 71.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6BC4A is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 74 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.26 |
| HSL | 71.58º | 0.46% | 0.51% | - |
| HSV(B) | 71.58º | 0.61% | 0.74% | - |
| XYZ | 34.95 | 44.57 | 13.24 | - |
| YUV | 168.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 74 | 0.12 | 0 | 0.61 | 0.26 | 71.58 | 0.46 | 0.51 |
| Hex | A6 | BC | 4A | C | 0 | 3D | 1A | 48 | 2E | 33 |
| Octal | 246 | 274 | 112 | 14 | 0 | 75 | 32 | 110 | 56 | 63 |
| Binary | 10100110 | 10111100 | 1001010 | 1100 | 0 | 111101 | 11010 | 1001000 | 101110 | 110011 |
Color Harmonies of #A6BC4A
Complementary color
Monochromatic Colors of #A6BC4A
Black with #A6BC4A
Text Example
Text Example
White with #A6BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BC4A; }
p { color: rgb(166,188,74); }
H1.HeaderClassName
{
color: #A6BC4A;
}
.AnyTagClassName
{
color: #A6BC4A;
}
</style>
background-color css
<style>
a { background-color: #A6BC4A; }
a { background-color: rgb(166,188,74); }
div.DivClassName
{
background-color: #A6BC4A;
}
.BgClassName
{
background-color: #A6BC4A;
}
</style>
border-color css
<style>
span { border-color: #A6BC4A; }
span { border-color: rgb(166,188,74); }
td.TdClassName
{
border-color: #A6BC4A;
}
.TagClassName
{
border-color: #A6BC4A;
}
</style>