#ACB755

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

Shades of Celery #ACB755

Tints of Celery #ACB755

Color information

#ACB755 (or 0xACB755) is unknown color: approx Celery. HEX triplet: AC, B7 and 55. RGB value is (172,183,85). Sum of RGB (Red+Green+Blue) = 172+183+85=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB755 is #5348AA. Grayscale: #A8A8A8. Windows color (decimal): -5458091 or 5617580. OLE color: 5617580.

HSL color Cylindrical-coordinate representation of color #ACB755: hue angle of 66.73º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACB755 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB17218385-
CMYK0.0600.540.28
HSL66.73º40.5%52.55%-
HSV(B)66.73º53.55%71.76%-
XYZ35.5943.2915.08-
YUV168.5480.86130.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=39.09%
G=41.59%
B=19.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183850.0600.540.2866.7340.552.55
HexACB75560361C432835
Octal2542671256066341035065
Binary101011001011011110101011100110110111001000011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB755; }

 p { color: rgb(172,183,85); }

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

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

 a { background-color: rgb(172,183,85); }

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

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

 span { border-color: rgb(172,183,85); }

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