#ACBE84

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

Shades of Caper #ACBE84

Tints of Caper #ACBE84

Color information

#ACBE84 (or 0xACBE84) is unknown color: approx Caper. HEX triplet: AC, BE and 84. RGB value is (172,190,132). Sum of RGB (Red+Green+Blue) = 172+190+132=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBE84 is #53417B. Grayscale: #B2B2B2. Windows color (decimal): -5456252 or 8699564. OLE color: 8699564.

HSL color Cylindrical-coordinate representation of color #ACBE84: hue angle of 78.62º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACBE84 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB172190132-
CMYK0.0900.310.25
HSL78.62º30.85%63.14%-
HSV(B)78.62º30.53%74.51%-
XYZ39.5947.2628.87-
YUV178.01102.04123.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=34.82%
G=38.46%
B=26.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901320.0900.310.2578.6230.8563.14
HexACBE84901F194f1f3f
Octal25427620411037311173777
Binary101011001011111010000100100101111111001100111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE84; }

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

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

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

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

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

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

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

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