#ACB98D

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

Shades of Caper #ACB98D

Tints of Caper #ACB98D

Color information

#ACB98D (or 0xACB98D) is unknown color: approx Caper. HEX triplet: AC, B9 and 8D. RGB value is (172,185,141). Sum of RGB (Red+Green+Blue) = 172+185+141=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB98D is #534672. Grayscale: #B0B0B0. Windows color (decimal): -5457523 or 9288108. OLE color: 9288108.

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

Color convert

RGB172185141-
CMYK0.0700.240.27
HSL77.73º23.91%63.92%-
HSV(B)77.73º23.78%72.55%-
XYZ39.1745.3931.9-
YUV176.1108.19125.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=34.54%
G=37.15%
B=28.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851410.0700.240.2777.7323.9163.92
HexACB98D70181B4e1840
Octal25427121570303311630100
Binary101011001011100110001101111011000110111001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB98D; }

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

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

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

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

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

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

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

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