#A6C156

Color #A6C156 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #A6C156

Tints of Celery #A6C156

Color information

#A6C156 (or 0xA6C156) is unknown color: approx Celery. HEX triplet: A6, C1 and 56. RGB value is (166,193,86). Sum of RGB (Red+Green+Blue) = 166+193+86=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C156 is #593EA9. Grayscale: #ADADAD. Windows color (decimal): -5848746 or 5685670. OLE color: 5685670.

HSL color Cylindrical-coordinate representation of color #A6C156: hue angle of 75.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6C156 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB16619386-
CMYK0.1400.550.24
HSL75.14º46.32%54.71%-
HSV(B)75.14º55.44%75.69%-
XYZ36.4846.9215.94-
YUV172.7379.05123.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=37.30%
G=43.37%
B=19.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal166193860.1400.550.2475.1446.3254.71
HexA6C156E037184b2e37
Octal24630112616067301135667
Binary1010011011000001101011011100110111110001001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C156; }

 p { color: rgb(166,193,86); }

 H1.HeaderClassName
 {
   color: #A6C156;
 }
 .AnyTagClassName
 {
   color: #A6C156;
 }
</style>
background-color css

<style>
 a { background-color: #A6C156; }

 a { background-color: rgb(166,193,86); }

 div.DivClassName
 {
   background-color: #A6C156;
 }
 .BgClassName
 {
   background-color: #A6C156;
 }
</style>
border-color css

<style>
 span { border-color: #A6C156; }

 span { border-color: rgb(166,193,86); }

 td.TdClassName
 {
   border-color: #A6C156;
 }
 .TagClassName
 {
   border-color: #A6C156;
 }
</style>