#AECB84

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

Shades of Caper #AECB84

Tints of Caper #AECB84

Color information

#AECB84 (or 0xAECB84) is unknown color: approx Caper. HEX triplet: AE, CB and 84. RGB value is (174,203,132). Sum of RGB (Red+Green+Blue) = 174+203+132=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB84 is #51347B. Grayscale: #BABABA. Windows color (decimal): -5321852 or 8702894. OLE color: 8702894.

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

Color convert

RGB174203132-
CMYK0.1400.350.20
HSL84.51º40.57%65.69%-
HSV(B)84.51º34.98%79.61%-
XYZ42.9853.3829.87-
YUV186.2497.39119.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=34.18%
G=39.88%
B=25.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031320.1400.350.2084.5140.5765.69
HexAECB84E02314552942
Octal256313204160432412551102
Binary101011101100101110000100111001000111010010101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB84; }

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

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

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

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

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

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

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

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