#A6B44F

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

Shades of Celery #A6B44F

Tints of Celery #A6B44F

Color information

#A6B44F (or 0xA6B44F) is unknown color: approx Celery. HEX triplet: A6, B4 and 4F. RGB value is (166,180,79). Sum of RGB (Red+Green+Blue) = 166+180+79=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B44F is #594BB0. Grayscale: #A4A4A4. Windows color (decimal): -5852081 or 5223590. OLE color: 5223590.

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

Color convert

RGB16618079-
CMYK0.0800.560.29
HSL68.32º40.24%50.78%-
HSV(B)68.32º56.11%70.59%-
XYZ33.4641.3113.61-
YUV164.379.86129.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 79 (31.25% from 255) = 18.59%
R=39.06%
G=42.35%
B=18.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180790.0800.560.2968.3240.2450.78
HexA6B44F80381D442833
Octal24626411710070351045063
Binary1010011010110100100111110000111000111011000100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B44F; }

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

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

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

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

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

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

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

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