#AEC68B

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

Shades of Caper #AEC68B

Tints of Caper #AEC68B

Color information

#AEC68B (or 0xAEC68B) is unknown color: approx Caper. HEX triplet: AE, C6 and 8B. RGB value is (174,198,139). Sum of RGB (Red+Green+Blue) = 174+198+139=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC68B is #513974. Grayscale: #B8B8B8. Windows color (decimal): -5323125 or 9160366. OLE color: 9160366.

HSL color Cylindrical-coordinate representation of color #AEC68B: hue angle of 84.41º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEC68B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB174198139-
CMYK0.1200.300.22
HSL84.41º34.1%66.08%-
HSV(B)84.41º29.8%77.65%-
XYZ42.3151.2532.09-
YUV184.1102.55120.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=34.05%
G=38.75%
B=27.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981390.1200.300.2284.4134.166.08
HexAEC68BC01E16542242
Octal256306213140362612442102
Binary10101110110001101000101111000111101011010101001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC68B; }

 p { color: rgb(174,198,139); }

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

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

 a { background-color: rgb(174,198,139); }

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

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

 span { border-color: rgb(174,198,139); }

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