#ACBC80

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

Shades of Caper #ACBC80

Tints of Caper #ACBC80

Color information

#ACBC80 (or 0xACBC80) is unknown color: approx Caper. HEX triplet: AC, BC and 80. RGB value is (172,188,128). Sum of RGB (Red+Green+Blue) = 172+188+128=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC80 is #53437F. Grayscale: #B0B0B0. Windows color (decimal): -5456768 or 8436908. OLE color: 8436908.

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

Color convert

RGB172188128-
CMYK0.0900.320.26
HSL76º30.93%61.96%-
HSV(B)76º31.91%73.73%-
XYZ38.8946.327.31-
YUV176.38100.7124.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 188 (73.83% from 255) = 38.52%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=35.25%
G=38.52%
B=26.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881280.0900.320.267630.9361.96
HexACBC8090201A4c1f3e
Octal25427420011040321143776
Binary1010110010111100100000001001010000011010100110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC80; }

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

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

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

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

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

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

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

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