#ACB14D

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

Shades of Celery #ACB14D

Tints of Celery #ACB14D

Color information

#ACB14D (or 0xACB14D) is unknown color: approx Celery. HEX triplet: AC, B1 and 4D. RGB value is (172,177,77). Sum of RGB (Red+Green+Blue) = 172+177+77=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB14D is #534EB2. Grayscale: #A4A4A4. Windows color (decimal): -5459635 or 5091756. OLE color: 5091756.

HSL color Cylindrical-coordinate representation of color #ACB14D: hue angle of 63º 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 #ACB14D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17217777-
CMYK0.0300.560.31
HSL63º39.37%49.8%-
HSV(B)63º56.5%69.41%-
XYZ34.0740.7513.09-
YUV164.178.84133.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 77 (30.47% from 255) = 18.08%
R=40.38%
G=41.55%
B=18.08%

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
Decimal172177770.0300.560.316339.3749.8
HexACB14D30381F3f2732
Octal254261115307037774762
Binary1010110010110001100110111011100011111111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB14D; }

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

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

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

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

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

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

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

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