#ACB344

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

Shades of Celery #ACB344

Tints of Celery #ACB344

Color information

#ACB344 (or 0xACB344) is unknown color: approx Celery. HEX triplet: AC, B3 and 44. RGB value is (172,179,68). Sum of RGB (Red+Green+Blue) = 172+179+68=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB344 is #534CBB. Grayscale: #A4A4A4. Windows color (decimal): -5459132 or 4502444. OLE color: 4502444.

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

Color convert

RGB17217968-
CMYK0.0400.620.30
HSL63.78º44.94%48.43%-
HSV(B)63.78º62.01%70.2%-
XYZ34.1841.4311.66-
YUV164.2573.68133.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 68 (26.95% from 255) = 16.23%
R=41.05%
G=42.72%
B=16.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179680.0400.620.3063.7844.9448.43
HexACB344403E1E402d30
Octal2542631044076361005560
Binary101011001011001110001001000111110111101000000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB344; }

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

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

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

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

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

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

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

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