#A6B146

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

Shades of Celery #A6B146

Tints of Celery #A6B146

Color information

#A6B146 (or 0xA6B146) is unknown color: approx Celery. HEX triplet: A6, B1 and 46. RGB value is (166,177,70). Sum of RGB (Red+Green+Blue) = 166+177+70=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B146 is #594EB9. Grayscale: #A1A1A1. Windows color (decimal): -5852858 or 4632998. OLE color: 4632998.

HSL color Cylindrical-coordinate representation of color #A6B146: hue angle of 66.17º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6B146 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB16617770-
CMYK0.0600.600.31
HSL66.17º43.32%48.43%-
HSV(B)66.17º60.45%69.41%-
XYZ32.5539.9911.8-
YUV161.5176.36131.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 70 (27.73% from 255) = 16.95%
R=40.19%
G=42.86%
B=16.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166177700.0600.600.3166.1743.3248.43
HexA6B146603C1F422b30
Octal2462611066074371025360
Binary101001101011000110001101100111100111111000010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B146; }

 p { color: rgb(166,177,70); }

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

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

 a { background-color: rgb(166,177,70); }

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

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

 span { border-color: rgb(166,177,70); }

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