#ACB34D

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

Shades of Celery #ACB34D

Tints of Celery #ACB34D

Color information

#ACB34D (or 0xACB34D) is unknown color: approx Celery. HEX triplet: AC, B3 and 4D. RGB value is (172,179,77). Sum of RGB (Red+Green+Blue) = 172+179+77=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB34D is #534CB2. Grayscale: #A5A5A5. Windows color (decimal): -5459123 or 5092268. OLE color: 5092268.

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

Color convert

RGB17217977-
CMYK0.0400.570.30
HSL64.12º40.16%50.2%-
HSV(B)64.12º56.98%70.2%-
XYZ34.4741.5513.22-
YUV165.2878.18132.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 179 (70.31% from 255) = 41.82%
BLUE value IS 77 (30.47% from 255) = 17.99%
R=40.19%
G=41.82%
B=17.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172179770.0400.570.3064.1240.1650.2
HexACB34D40391E402832
Octal2542631154071361005062
Binary101011001011001110011011000111001111101000000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB34D; }

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

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

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

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

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

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

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

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