#A6B442

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

Shades of Celery #A6B442

Tints of Celery #A6B442

Color information

#A6B442 (or 0xA6B442) is unknown color: approx Celery. HEX triplet: A6, B4 and 42. RGB value is (166,180,66). Sum of RGB (Red+Green+Blue) = 166+180+66=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B442 is #594BBD. Grayscale: #A3A3A3. Windows color (decimal): -5852094 or 4371622. OLE color: 4371622.

HSL color Cylindrical-coordinate representation of color #A6B442: hue angle of 67.37º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6B442 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB16618066-
CMYK0.0800.630.29
HSL67.37º46.34%48.24%-
HSV(B)67.37º63.33%70.59%-
XYZ33.0341.1411.35-
YUV162.8273.36130.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 66 (26.17% from 255) = 16.02%
R=40.29%
G=43.69%
B=16.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180660.0800.630.2967.3746.3448.24
HexA6B442803F1D432e30
Octal24626410210077351035660
Binary1010011010110100100001010000111111111011000011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B442; }

 p { color: rgb(166,180,66); }

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

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

 a { background-color: rgb(166,180,66); }

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

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

 span { border-color: rgb(166,180,66); }

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