#A6B240

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

Shades of Celery #A6B240

Tints of Celery #A6B240

Color information

#A6B240 (or 0xA6B240) is unknown color: approx Celery. HEX triplet: A6, B2 and 40. RGB value is (166,178,64). Sum of RGB (Red+Green+Blue) = 166+178+64=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B240 is #594DBF. Grayscale: #A1A1A1. Windows color (decimal): -5852608 or 4240038. OLE color: 4240038.

HSL color Cylindrical-coordinate representation of color #A6B240: hue angle of 66.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6B240 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB16617864-
CMYK0.0700.640.30
HSL66.32º47.11%47.45%-
HSV(B)66.32º64.04%69.8%-
XYZ32.5740.3210.92-
YUV161.4273.02131.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 178 (69.92% from 255) = 43.63%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=40.69%
G=43.63%
B=15.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal166178640.0700.640.3066.3247.1147.45
HexA6B24070401E422f2f
Octal24626210070100361025757
Binary1010011010110010100000011101000000111101000010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B240; }

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

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

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

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

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

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

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

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