#ACBB8E

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

Shades of Caper #ACBB8E

Tints of Caper #ACBB8E

Color information

#ACBB8E (or 0xACBB8E) is unknown color: approx Caper. HEX triplet: AC, BB and 8E. RGB value is (172,187,142). Sum of RGB (Red+Green+Blue) = 172+187+142=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB8E is #534471. Grayscale: #B1B1B1. Windows color (decimal): -5457010 or 9354156. OLE color: 9354156.

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

Color convert

RGB172187142-
CMYK0.0800.240.27
HSL80º24.86%64.51%-
HSV(B)80º24.06%73.33%-
XYZ39.6746.2632.43-
YUV177.38108.03124.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=34.33%
G=37.33%
B=28.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871420.0800.240.278024.8664.51
HexACBB8E80181B501941
Octal254273216100303312031101
Binary1010110010111011100011101000011000110111010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB8E; }

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

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

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

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

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

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

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

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