#AEC182

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

Shades of Caper #AEC182

Tints of Caper #AEC182

Color information

#AEC182 (or 0xAEC182) is unknown color: approx Caper. HEX triplet: AE, C1 and 82. RGB value is (174,193,130). Sum of RGB (Red+Green+Blue) = 174+193+130=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC182 is #513E7D. Grayscale: #B4B4B4. Windows color (decimal): -5324414 or 8569262. OLE color: 8569262.

HSL color Cylindrical-coordinate representation of color #AEC182: hue angle of 78.1º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEC182 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB174193130-
CMYK0.1000.330.24
HSL78.1º33.69%63.33%-
HSV(B)78.1º32.64%75.69%-
XYZ40.5548.7528.39-
YUV180.1499.71123.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=35.01%
G=38.83%
B=26.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931300.1000.330.2478.133.6963.33
HexAEC182A021184e223f
Octal25630120212041301164277
Binary10101110110000011000001010100100001110001001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC182; }

 p { color: rgb(174,193,130); }

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

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

 a { background-color: rgb(174,193,130); }

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

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

 span { border-color: rgb(174,193,130); }

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