#AABE8A

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

Shades of Caper #AABE8A

Tints of Caper #AABE8A

Color information

#AABE8A (or 0xAABE8A) is unknown color: approx Caper. HEX triplet: AA, BE and 8A. RGB value is (170,190,138). Sum of RGB (Red+Green+Blue) = 170+190+138=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE8A is #554175. Grayscale: #B2B2B2. Windows color (decimal): -5587318 or 9092778. OLE color: 9092778.

HSL color Cylindrical-coordinate representation of color #AABE8A: hue angle of 83.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABE8A is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB170190138-
CMYK0.1100.270.25
HSL83.08º28.57%64.31%-
HSV(B)83.08º27.37%74.51%-
XYZ39.5847.2131.07-
YUV178.09105.37122.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=34.14%
G=38.15%
B=27.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901380.1100.270.2583.0828.5764.31
HexAABE8AB01B19531d40
Octal252276212130333112335100
Binary1010101010111110100010101011011011110011010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE8A; }

 p { color: rgb(170,190,138); }

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

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

 a { background-color: rgb(170,190,138); }

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

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

 span { border-color: rgb(170,190,138); }

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