#ACBC85

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

Shades of Caper #ACBC85

Tints of Caper #ACBC85

Color information

#ACBC85 (or 0xACBC85) is unknown color: approx Caper. HEX triplet: AC, BC and 85. RGB value is (172,188,133). Sum of RGB (Red+Green+Blue) = 172+188+133=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC85 is #53437A. Grayscale: #B1B1B1. Windows color (decimal): -5456763 or 8764588. OLE color: 8764588.

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

Color convert

RGB172188133-
CMYK0.0900.290.26
HSL77.45º29.1%62.94%-
HSV(B)77.45º29.26%73.73%-
XYZ39.2346.4329.08-
YUV176.95103.2124.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=34.89%
G=38.13%
B=26.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881330.0900.290.2677.4529.162.94
HexACBC85901D1A4d1d3f
Octal25427420511035321153577
Binary101011001011110010000101100101110111010100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC85; }

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

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

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

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

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

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

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

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