#AECB7F

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

Shades of Caper #AECB7F

Tints of Caper #AECB7F

Color information

#AECB7F (or 0xAECB7F) is unknown color: approx Caper. HEX triplet: AE, CB and 7F. RGB value is (174,203,127). Sum of RGB (Red+Green+Blue) = 174+203+127=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB7F is #513480. Grayscale: #B9B9B9. Windows color (decimal): -5321857 or 8375214. OLE color: 8375214.

HSL color Cylindrical-coordinate representation of color #AECB7F: hue angle of 82.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AECB7F is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB174203127-
CMYK0.1400.370.20
HSL82.89º42.22%64.71%-
HSV(B)82.89º37.44%79.61%-
XYZ42.6453.2428.11-
YUV185.6694.89119.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 127 (50% from 255) = 25.20%
R=34.52%
G=40.28%
B=25.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031270.1400.370.2082.8942.2264.71
HexAECB7FE02514532a41
Octal256313177160452412352101
Binary10101110110010111111111111001001011010010100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB7F; }

 p { color: rgb(174,203,127); }

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

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

 a { background-color: rgb(174,203,127); }

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

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

 span { border-color: rgb(174,203,127); }

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