#ACB648

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

Shades of Celery #ACB648

Tints of Celery #ACB648

Color information

#ACB648 (or 0xACB648) is unknown color: approx Celery. HEX triplet: AC, B6 and 48. RGB value is (172,182,72). Sum of RGB (Red+Green+Blue) = 172+182+72=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB648 is #5349B7. Grayscale: #A6A6A6. Windows color (decimal): -5458360 or 4765356. OLE color: 4765356.

HSL color Cylindrical-coordinate representation of color #ACB648: hue angle of 65.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB648 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB17218272-
CMYK0.0500.600.29
HSL65.45º43.31%49.8%-
HSV(B)65.45º60.44%71.37%-
XYZ34.9142.6912.53-
YUV166.4774.69131.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=40.38%
G=42.72%
B=16.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182720.0500.600.2965.4543.3149.8
HexACB648503C1D412b32
Octal2542661105074351015362
Binary101011001011011010010001010111100111011000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB648; }

 p { color: rgb(172,182,72); }

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

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

 a { background-color: rgb(172,182,72); }

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

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

 span { border-color: rgb(172,182,72); }

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