#AECD7B

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

Shades of Caper #AECD7B

Tints of Caper #AECD7B

Color information

#AECD7B (or 0xAECD7B) is unknown color: approx Caper. HEX triplet: AE, CD and 7B. RGB value is (174,205,123). Sum of RGB (Red+Green+Blue) = 174+205+123=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECD7B is #513284. Grayscale: #BABABA. Windows color (decimal): -5321349 or 8113582. OLE color: 8113582.

HSL color Cylindrical-coordinate representation of color #AECD7B: hue angle of 82.68º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AECD7B is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB174205123-
CMYK0.1500.40.20
HSL82.68º45.05%64.31%-
HSV(B)82.68º40%80.39%-
XYZ42.8654.0926.92-
YUV186.3892.23119.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=34.66%
G=40.84%
B=24.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051230.1500.40.2082.6845.0564.31
HexAECD7BF02814532d40
Octal256315173170502412355100
Binary10101110110011011111011111101010001010010100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD7B; }

 p { color: rgb(174,205,123); }

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

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

 a { background-color: rgb(174,205,123); }

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

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

 span { border-color: rgb(174,205,123); }

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