#AABE7D

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

Shades of Caper #AABE7D

Tints of Caper #AABE7D

Color information

#AABE7D (or 0xAABE7D) is unknown color: approx Caper. HEX triplet: AA, BE and 7D. RGB value is (170,190,125). Sum of RGB (Red+Green+Blue) = 170+190+125=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABE7D is #554182. Grayscale: #B0B0B0. Windows color (decimal): -5587331 or 8240810. OLE color: 8240810.

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

Color convert

RGB170190125-
CMYK0.1100.340.25
HSL78.46º33.33%61.76%-
HSV(B)78.46º34.21%74.51%-
XYZ38.6946.8526.41-
YUV176.6198.87123.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 125 (49.22% from 255) = 25.77%
R=35.05%
G=39.18%
B=25.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901250.1100.340.2578.4633.3361.76
HexAABE7DB022194e213e
Octal25227617513042311164176
Binary1010101010111110111110110110100010110011001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE7D; }

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

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

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

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

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

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

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

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