#AEC276

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

Shades of Caper #AEC276

Tints of Caper #AEC276

Color information

#AEC276 (or 0xAEC276) is unknown color: approx Caper. HEX triplet: AE, C2 and 76. RGB value is (174,194,118). Sum of RGB (Red+Green+Blue) = 174+194+118=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC276 is #513D89. Grayscale: #B3B3B3. Windows color (decimal): -5324170 or 7783086. OLE color: 7783086.

HSL color Cylindrical-coordinate representation of color #AEC276: hue angle of 75.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEC276 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB174194118-
CMYK0.1000.390.24
HSL75.79º38.38%61.18%-
HSV(B)75.79º39.18%76.08%-
XYZ40.0248.8924.47-
YUV179.3693.37124.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=35.80%
G=39.92%
B=24.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941180.1000.390.2475.7938.3861.18
HexAEC276A027184c263d
Octal25630216612047301144675
Binary1010111011000010111011010100100111110001001100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC276; }

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

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

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

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

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

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

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

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