#AECC84

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

Shades of Caper #AECC84

Tints of Caper #AECC84

Color information

#AECC84 (or 0xAECC84) is unknown color: approx Caper. HEX triplet: AE, CC and 84. RGB value is (174,204,132). Sum of RGB (Red+Green+Blue) = 174+204+132=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC84 is #51337B. Grayscale: #BBBBBB. Windows color (decimal): -5321596 or 8703150. OLE color: 8703150.

HSL color Cylindrical-coordinate representation of color #AECC84: hue angle of 85º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AECC84 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB174204132-
CMYK0.1500.350.2
HSL85º41.38%65.88%-
HSV(B)85º35.29%80%-
XYZ43.2153.8529.95-
YUV186.8297.06118.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.12%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=34.12%
G=40%
B=25.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041320.1500.350.28541.3865.88
HexAECC84F02314552942
Octal256314204170432412551102
Binary101011101100110010000100111101000111010010101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC84; }

 p { color: rgb(174,204,132); }

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

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

 a { background-color: rgb(174,204,132); }

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

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

 span { border-color: rgb(174,204,132); }

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