#AECC76

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

Shades of Caper #AECC76

Tints of Caper #AECC76

Color information

#AECC76 (or 0xAECC76) is unknown color: approx Caper. HEX triplet: AE, CC and 76. RGB value is (174,204,118). Sum of RGB (Red+Green+Blue) = 174+204+118=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECC76 is #513389. Grayscale: #B9B9B9. Windows color (decimal): -5321610 or 7785646. OLE color: 7785646.

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

Color convert

RGB174204118-
CMYK0.1500.420.2
HSL80.93º45.74%63.14%-
HSV(B)80.93º42.16%80%-
XYZ42.3253.4925.23-
YUV185.2390.06119.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=35.08%
G=41.13%
B=23.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041180.1500.420.280.9345.7463.14
HexAECC76F02A14512e3f
Octal25631416617052241215677
Binary1010111011001100111011011110101010101001010001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC76; }

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

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

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

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

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

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

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

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