#ACB04A

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

Shades of Celery #ACB04A

Tints of Celery #ACB04A

Color information

#ACB04A (or 0xACB04A) is unknown color: approx Celery. HEX triplet: AC, B0 and 4A. RGB value is (172,176,74). Sum of RGB (Red+Green+Blue) = 172+176+74=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB04A is #534FB5. Grayscale: #A3A3A3. Windows color (decimal): -5459894 or 4894892. OLE color: 4894892.

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

Color convert

RGB17217674-
CMYK0.0200.580.31
HSL62.35º40.8%49.02%-
HSV(B)62.35º57.95%69.02%-
XYZ33.7740.3212.48-
YUV163.1877.67134.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 176 (69.14% from 255) = 41.71%
BLUE value IS 74 (29.30% from 255) = 17.54%
R=40.76%
G=41.71%
B=17.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172176740.0200.580.3162.3540.849.02
HexACB04A203A1F3e2931
Octal254260112207237765161
Binary1010110010110000100101010011101011111111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB04A; }

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

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

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

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

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

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

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

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