#ACBD84

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

Shades of Caper #ACBD84

Tints of Caper #ACBD84

Color information

#ACBD84 (or 0xACBD84) is unknown color: approx Caper. HEX triplet: AC, BD and 84. RGB value is (172,189,132). Sum of RGB (Red+Green+Blue) = 172+189+132=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBD84 is #53427B. Grayscale: #B1B1B1. Windows color (decimal): -5456508 or 8699308. OLE color: 8699308.

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

Color convert

RGB172189132-
CMYK0.0900.300.26
HSL77.89º30.16%62.94%-
HSV(B)77.89º30.16%74.12%-
XYZ39.3846.8328.79-
YUV177.42102.37124.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=34.89%
G=38.34%
B=26.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891320.0900.300.2677.8930.1662.94
HexACBD84901E1A4e1e3f
Octal25427520411036321163677
Binary101011001011110110000100100101111011010100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBD84; }

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

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

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

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

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

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

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

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