#AECE7B

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

Shades of Caper #AECE7B

Tints of Caper #AECE7B

Color information

#AECE7B (or 0xAECE7B) is unknown color: approx Caper. HEX triplet: AE, CE and 7B. RGB value is (174,206,123). Sum of RGB (Red+Green+Blue) = 174+206+123=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECE7B is #513184. Grayscale: #BBBBBB. Windows color (decimal): -5321093 or 8113838. OLE color: 8113838.

HSL color Cylindrical-coordinate representation of color #AECE7B: hue angle of 83.13º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AECE7B is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB174206123-
CMYK0.1600.400.19
HSL83.13º45.86%64.51%-
HSV(B)83.13º40.29%80.78%-
XYZ43.154.5727-
YUV186.9791.9118.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=34.59%
G=40.95%
B=24.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061230.1600.400.1983.1345.8664.51
HexAECE7B1002813532e41
Octal256316173200502312356101
Binary101011101100111011110111000001010001001110100111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE7B; }

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

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

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

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

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

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

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

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