#ACB24B

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

Shades of Celery #ACB24B

Tints of Celery #ACB24B

Color information

#ACB24B (or 0xACB24B) is unknown color: approx Celery. HEX triplet: AC, B2 and 4B. RGB value is (172,178,75). Sum of RGB (Red+Green+Blue) = 172+178+75=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB24B is #534DB4. Grayscale: #A4A4A4. Windows color (decimal): -5459381 or 4960940. OLE color: 4960940.

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

Color convert

RGB17217875-
CMYK0.0300.580.30
HSL63.5º40.71%49.61%-
HSV(B)63.5º57.87%69.8%-
XYZ34.241.1212.79-
YUV164.4677.51133.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 75 (29.69% from 255) = 17.65%
R=40.47%
G=41.88%
B=17.65%

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
Decimal172178750.0300.580.3063.540.7149.61
HexACB24B303A1E3f2932
Octal254262113307236775162
Binary1010110010110010100101111011101011110111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB24B; }

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

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

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

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

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

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

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

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