#ACBB8D

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

Shades of Caper #ACBB8D

Tints of Caper #ACBB8D

Color information

#ACBB8D (or 0xACBB8D) is unknown color: approx Caper. HEX triplet: AC, BB and 8D. RGB value is (172,187,141). Sum of RGB (Red+Green+Blue) = 172+187+141=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB8D is #534472. Grayscale: #B1B1B1. Windows color (decimal): -5457011 or 9288620. OLE color: 9288620.

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

Color convert

RGB172187141-
CMYK0.0800.250.27
HSL79.57º25.27%64.31%-
HSV(B)79.57º24.6%73.33%-
XYZ39.5946.2332.04-
YUV177.27107.53124.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=34.4%
G=37.4%
B=28.2%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871410.0800.250.2779.5725.2764.31
HexACBB8D80191B501940
Octal254273215100313312031100
Binary1010110010111011100011011000011001110111010000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB8D; }

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

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

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

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

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

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

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

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