#ACB33F

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

Shades of Celery #ACB33F

Tints of Celery #ACB33F

Color information

#ACB33F (or 0xACB33F) is unknown color: approx Celery. HEX triplet: AC, B3 and 3F. RGB value is (172,179,63). Sum of RGB (Red+Green+Blue) = 172+179+63=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB33F is #534CC0. Grayscale: #A4A4A4. Windows color (decimal): -5459137 or 4174764. OLE color: 4174764.

HSL color Cylindrical-coordinate representation of color #ACB33F: hue angle of 63.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACB33F is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17217963-
CMYK0.0400.650.30
HSL63.62º47.93%47.45%-
HSV(B)63.62º64.8%70.2%-
XYZ34.0341.3710.89-
YUV163.6871.18133.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 179 (70.31% from 255) = 43.24%
BLUE value IS 63 (25% from 255) = 15.22%
R=41.55%
G=43.24%
B=15.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179630.0400.650.3063.6247.9347.45
HexACB33F40411E40302f
Octal2542637740101361006057
Binary101011001011001111111110001000001111101000000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB33F; }

 p { color: rgb(172,179,63); }

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

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

 a { background-color: rgb(172,179,63); }

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

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

 span { border-color: rgb(172,179,63); }

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