#ACB94F

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

Shades of Celery #ACB94F

Tints of Celery #ACB94F

Color information

#ACB94F (or 0xACB94F) is unknown color: approx Celery. HEX triplet: AC, B9 and 4F. RGB value is (172,185,79). Sum of RGB (Red+Green+Blue) = 172+185+79=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB94F is #5346B0. Grayscale: #A9A9A9. Windows color (decimal): -5457585 or 5224876. OLE color: 5224876.

HSL color Cylindrical-coordinate representation of color #ACB94F: hue angle of 67.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB94F is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB17218579-
CMYK0.0700.570.27
HSL67.36º43.09%51.76%-
HSV(B)67.36º57.3%72.55%-
XYZ35.7744.0314.01-
YUV169.0377.19130.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 79 (31.25% from 255) = 18.12%
R=39.45%
G=42.43%
B=18.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172185790.0700.570.2767.3643.0951.76
HexACB94F70391B432b34
Octal2542711177071331035364
Binary101011001011100110011111110111001110111000011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB94F; }

 p { color: rgb(172,185,79); }

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

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

 a { background-color: rgb(172,185,79); }

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

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

 span { border-color: rgb(172,185,79); }

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