#ACBC55

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

Shades of Celery #ACBC55

Tints of Celery #ACBC55

Color information

#ACBC55 (or 0xACBC55) is unknown color: approx Celery. HEX triplet: AC, BC and 55. RGB value is (172,188,85). Sum of RGB (Red+Green+Blue) = 172+188+85=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC55 is #5343AA. Grayscale: #ABABAB. Windows color (decimal): -5456811 or 5618860. OLE color: 5618860.

HSL color Cylindrical-coordinate representation of color #ACBC55: hue angle of 69.32º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACBC55 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB17218885-
CMYK0.0900.550.26
HSL69.32º43.46%53.53%-
HSV(B)69.32º54.79%73.73%-
XYZ36.6445.3915.43-
YUV171.4779.2128.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 188 (73.83% from 255) = 42.25%
BLUE value IS 85 (33.59% from 255) = 19.10%
R=38.65%
G=42.25%
B=19.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172188850.0900.550.2669.3243.4653.53
HexACBC5590371A452b36
Octal25427412511067321055366
Binary1010110010111100101010110010110111110101000101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC55; }

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

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

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

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

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

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

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

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