#ACB64D

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

Shades of Celery #ACB64D

Tints of Celery #ACB64D

Color information

#ACB64D (or 0xACB64D) is unknown color: approx Celery. HEX triplet: AC, B6 and 4D. RGB value is (172,182,77). Sum of RGB (Red+Green+Blue) = 172+182+77=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB64D is #5349B2. Grayscale: #A7A7A7. Windows color (decimal): -5458355 or 5093036. OLE color: 5093036.

HSL color Cylindrical-coordinate representation of color #ACB64D: hue angle of 65.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACB64D is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB17218277-
CMYK0.0500.580.29
HSL65.71º41.83%50.78%-
HSV(B)65.71º57.69%71.37%-
XYZ35.0842.7613.43-
YUV167.0477.19131.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=39.91%
G=42.23%
B=17.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182770.0500.580.2965.7141.8350.78
HexACB64D503A1D422a33
Octal2542661155072351025263
Binary101011001011011010011011010111010111011000010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB64D; }

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

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

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

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

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

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

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

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