#ACBA4C

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

Shades of Celery #ACBA4C

Tints of Celery #ACBA4C

Color information

#ACBA4C (or 0xACBA4C) is unknown color: approx Celery. HEX triplet: AC, BA and 4C. RGB value is (172,186,76). Sum of RGB (Red+Green+Blue) = 172+186+76=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA4C is #5345B3. Grayscale: #A9A9A9. Windows color (decimal): -5457332 or 5028524. OLE color: 5028524.

HSL color Cylindrical-coordinate representation of color #ACBA4C: hue angle of 67.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACBA4C is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB17218676-
CMYK0.0800.590.27
HSL67.64º44.35%51.37%-
HSV(B)67.64º59.14%72.94%-
XYZ35.8844.4113.52-
YUV169.2775.36129.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=39.63%
G=42.86%
B=17.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186760.0800.590.2767.6444.3551.37
HexACBA4C803B1B442c33
Octal25427211410073331045463
Binary1010110010111010100110010000111011110111000100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA4C; }

 p { color: rgb(172,186,76); }

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

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

 a { background-color: rgb(172,186,76); }

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

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

 span { border-color: rgb(172,186,76); }

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