#AABE7C

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

Shades of Caper #AABE7C

Tints of Caper #AABE7C

Color information

#AABE7C (or 0xAABE7C) is unknown color: approx Caper. HEX triplet: AA, BE and 7C. RGB value is (170,190,124). Sum of RGB (Red+Green+Blue) = 170+190+124=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABE7C is #554183. Grayscale: #B0B0B0. Windows color (decimal): -5587332 or 8175274. OLE color: 8175274.

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

Color convert

RGB170190124-
CMYK0.1100.350.25
HSL78.18º33.67%61.57%-
HSV(B)78.18º34.74%74.51%-
XYZ38.6346.8326.07-
YUV176.598.37123.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 124 (48.83% from 255) = 25.62%
R=35.12%
G=39.26%
B=25.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901240.1100.350.2578.1833.6761.57
HexAABE7CB023194e223e
Octal25227617413043311164276
Binary1010101010111110111110010110100011110011001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE7C; }

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

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

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

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

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

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

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

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