#A6BC40

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

Shades of Celery #A6BC40

Tints of Celery #A6BC40

Color information

#A6BC40 (or 0xA6BC40) is unknown color: approx Celery. HEX triplet: A6, BC and 40. RGB value is (166,188,64). Sum of RGB (Red+Green+Blue) = 166+188+64=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC40 is #5943BF. Grayscale: #A7A7A7. Windows color (decimal): -5850048 or 4242598. OLE color: 4242598.

HSL color Cylindrical-coordinate representation of color #A6BC40: hue angle of 70.65º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6BC40 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB16618864-
CMYK0.1200.660.26
HSL70.65º49.21%49.41%-
HSV(B)70.65º65.96%73.73%-
XYZ34.6344.4411.6-
YUV167.2969.71127.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 188 (73.83% from 255) = 44.98%
BLUE value IS 64 (25.39% from 255) = 15.31%
R=39.71%
G=44.98%
B=15.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166188640.1200.660.2670.6549.2149.41
HexA6BC40C0421A473131
Octal246274100140102321076161
Binary10100110101111001000000110001000010110101000111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC40; }

 p { color: rgb(166,188,64); }

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

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

 a { background-color: rgb(166,188,64); }

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

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

 span { border-color: rgb(166,188,64); }

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