#AEC982

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

Shades of Caper #AEC982

Tints of Caper #AEC982

Color information

#AEC982 (or 0xAEC982) is unknown color: approx Caper. HEX triplet: AE, C9 and 82. RGB value is (174,201,130). Sum of RGB (Red+Green+Blue) = 174+201+130=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC982 is #51367D. Grayscale: #B9B9B9. Windows color (decimal): -5322366 or 8571310. OLE color: 8571310.

HSL color Cylindrical-coordinate representation of color #AEC982: hue angle of 82.82º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEC982 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB174201130-
CMYK0.1300.350.21
HSL82.82º39.66%64.9%-
HSV(B)82.82º35.32%78.82%-
XYZ42.3752.3829-
YUV184.8397.05120.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=34.46%
G=39.80%
B=25.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742011300.1300.350.2182.8239.6664.9
HexAEC982D02315532841
Octal256311202150432512350101
Binary101011101100100110000010110101000111010110100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC982; }

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

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

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

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

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

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

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

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