#AECE82

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

Shades of Caper #AECE82

Tints of Caper #AECE82

Color information

#AECE82 (or 0xAECE82) is unknown color: approx Caper. HEX triplet: AE, CE and 82. RGB value is (174,206,130). Sum of RGB (Red+Green+Blue) = 174+206+130=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE82 is #51317D. Grayscale: #BCBCBC. Windows color (decimal): -5321086 or 8572590. OLE color: 8572590.

HSL color Cylindrical-coordinate representation of color #AECE82: hue angle of 85.26º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AECE82 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB174206130-
CMYK0.1600.370.19
HSL85.26º43.68%65.88%-
HSV(B)85.26º36.89%80.78%-
XYZ43.5654.7529.39-
YUV187.7795.4118.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=34.12%
G=40.39%
B=25.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061300.1600.370.1985.2643.6865.88
HexAECE821002513552c42
Octal256316202200452312554102
Binary1010111011001110100000101000001001011001110101011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE82; }

 p { color: rgb(174,206,130); }

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

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

 a { background-color: rgb(174,206,130); }

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

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

 span { border-color: rgb(174,206,130); }

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