#ACBC84

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

Shades of Caper #ACBC84

Tints of Caper #ACBC84

Color information

#ACBC84 (or 0xACBC84) is unknown color: approx Caper. HEX triplet: AC, BC and 84. RGB value is (172,188,132). Sum of RGB (Red+Green+Blue) = 172+188+132=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBC84 is #53437B. Grayscale: #B1B1B1. Windows color (decimal): -5456764 or 8699052. OLE color: 8699052.

HSL color Cylindrical-coordinate representation of color #ACBC84: hue angle of 77.14º degrees, saturation: 0.29, 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 #ACBC84 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB172188132-
CMYK0.0900.300.26
HSL77.14º29.47%62.75%-
HSV(B)77.14º29.79%73.73%-
XYZ39.1646.428.72-
YUV176.83102.7124.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=34.96%
G=38.21%
B=26.83%

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
Decimal1721881320.0900.300.2677.1429.4762.75
HexACBC84901E1A4d1d3f
Octal25427420411036321153577
Binary101011001011110010000100100101111011010100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC84; }

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

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

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

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

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

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

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

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