#A6B04C

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

Shades of Celery #A6B04C

Tints of Celery #A6B04C

Color information

#A6B04C (or 0xA6B04C) is unknown color: approx Celery. HEX triplet: A6, B0 and 4C. RGB value is (166,176,76). Sum of RGB (Red+Green+Blue) = 166+176+76=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B04C is #594FB3. Grayscale: #A2A2A2. Windows color (decimal): -5853108 or 5025958. OLE color: 5025958.

HSL color Cylindrical-coordinate representation of color #A6B04C: hue angle of 66º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6B04C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB16617676-
CMYK0.0600.570.31
HSL66º39.68%49.41%-
HSV(B)66º56.82%69.02%-
XYZ32.5639.6812.78-
YUV161.6179.69131.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=39.71%
G=42.11%
B=18.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166176760.0600.570.316639.6849.41
HexA6B04C60391F422831
Octal2462601146071371025061
Binary101001101011000010011001100111001111111000010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B04C; }

 p { color: rgb(166,176,76); }

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

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

 a { background-color: rgb(166,176,76); }

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

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

 span { border-color: rgb(166,176,76); }

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