#ACBE80

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

Shades of Caper #ACBE80

Tints of Caper #ACBE80

Color information

#ACBE80 (or 0xACBE80) is unknown color: approx Caper. HEX triplet: AC, BE and 80. RGB value is (172,190,128). Sum of RGB (Red+Green+Blue) = 172+190+128=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE80 is #53417F. Grayscale: #B1B1B1. Windows color (decimal): -5456256 or 8437420. OLE color: 8437420.

HSL color Cylindrical-coordinate representation of color #ACBE80: hue angle of 77.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACBE80 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB172190128-
CMYK0.0900.330.25
HSL77.42º32.29%62.35%-
HSV(B)77.42º32.63%74.51%-
XYZ39.3247.1627.45-
YUV177.55100.04124.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=35.10%
G=38.78%
B=26.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901280.0900.330.2577.4232.2962.35
HexACBE809021194d203e
Octal25427620011041311154076
Binary10101100101111101000000010010100001110011001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE80; }

 p { color: rgb(172,190,128); }

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

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

 a { background-color: rgb(172,190,128); }

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

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

 span { border-color: rgb(172,190,128); }

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