#ACB24A

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

Shades of Celery #ACB24A

Tints of Celery #ACB24A

Color information

#ACB24A (or 0xACB24A) is unknown color: approx Celery. HEX triplet: AC, B2 and 4A. RGB value is (172,178,74). Sum of RGB (Red+Green+Blue) = 172+178+74=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB24A is #534DB5. Grayscale: #A4A4A4. Windows color (decimal): -5459382 or 4895404. OLE color: 4895404.

HSL color Cylindrical-coordinate representation of color #ACB24A: hue angle of 63.46º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACB24A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17217874-
CMYK0.0300.580.30
HSL63.46º41.27%49.41%-
HSV(B)63.46º58.43%69.8%-
XYZ34.1741.1112.61-
YUV164.3577.01133.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=40.57%
G=41.98%
B=17.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172178740.0300.580.3063.4641.2749.41
HexACB24A303A1E3f2931
Octal254262112307236775161
Binary1010110010110010100101011011101011110111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB24A; }

 p { color: rgb(172,178,74); }

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

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

 a { background-color: rgb(172,178,74); }

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

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

 span { border-color: rgb(172,178,74); }

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