#ACBB85

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

Shades of Caper #ACBB85

Tints of Caper #ACBB85

Color information

#ACBB85 (or 0xACBB85) is unknown color: approx Caper. HEX triplet: AC, BB and 85. RGB value is (172,187,133). Sum of RGB (Red+Green+Blue) = 172+187+133=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB85 is #53447A. Grayscale: #B0B0B0. Windows color (decimal): -5457019 or 8764332. OLE color: 8764332.

HSL color Cylindrical-coordinate representation of color #ACBB85: hue angle of 76.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACBB85 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB172187133-
CMYK0.0800.290.27
HSL76.67º28.42%62.75%-
HSV(B)76.67º28.88%73.33%-
XYZ39.024629.01-
YUV176.36103.53124.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=34.96%
G=38.01%
B=27.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871330.0800.290.2776.6728.4262.75
HexACBB85801D1B4d1c3f
Octal25427320510035331153477
Binary101011001011101110000101100001110111011100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB85; }

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

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

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

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

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

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

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

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