#ACBD8B

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

Shades of Caper #ACBD8B

Tints of Caper #ACBD8B

Color information

#ACBD8B (or 0xACBD8B) is unknown color: approx Caper. HEX triplet: AC, BD and 8B. RGB value is (172,189,139). Sum of RGB (Red+Green+Blue) = 172+189+139=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD8B is #534274. Grayscale: #B2B2B2. Windows color (decimal): -5456501 or 9158060. OLE color: 9158060.

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

Color convert

RGB172189139-
CMYK0.0900.260.26
HSL80.4º27.47%64.31%-
HSV(B)80.4º26.46%74.12%-
XYZ39.8747.0331.4-
YUV178.22105.87123.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=34.4%
G=37.8%
B=27.8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891390.0900.260.2680.427.4764.31
HexACBD8B901A1A501b40
Octal254275213110323212033100
Binary1010110010111101100010111001011010110101010000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD8B; }

 p { color: rgb(172,189,139); }

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

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

 a { background-color: rgb(172,189,139); }

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

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

 span { border-color: rgb(172,189,139); }

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