#ACB14E

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

Shades of Celery #ACB14E

Tints of Celery #ACB14E

Color information

#ACB14E (or 0xACB14E) is unknown color: approx Celery. HEX triplet: AC, B1 and 4E. RGB value is (172,177,78). Sum of RGB (Red+Green+Blue) = 172+177+78=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB14E is #534EB1. Grayscale: #A4A4A4. Windows color (decimal): -5459634 or 5157292. OLE color: 5157292.

HSL color Cylindrical-coordinate representation of color #ACB14E: hue angle of 63.03º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB14E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17217778-
CMYK0.0300.560.31
HSL63.03º38.82%50%-
HSV(B)63.03º55.93%69.41%-
XYZ34.1140.7613.28-
YUV164.2279.34133.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=40.28%
G=41.45%
B=18.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177780.0300.560.3163.0338.8250
HexACB14E30381F3f2732
Octal254261116307037774762
Binary1010110010110001100111011011100011111111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB14E; }

 p { color: rgb(172,177,78); }

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

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

 a { background-color: rgb(172,177,78); }

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

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

 span { border-color: rgb(172,177,78); }

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