#AABE84

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

Shades of Caper #AABE84

Tints of Caper #AABE84

Color information

#AABE84 (or 0xAABE84) is unknown color: approx Caper. HEX triplet: AA, BE and 84. RGB value is (170,190,132). Sum of RGB (Red+Green+Blue) = 170+190+132=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABE84 is #55417B. Grayscale: #B1B1B1. Windows color (decimal): -5587324 or 8699562. OLE color: 8699562.

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

Color convert

RGB170190132-
CMYK0.1100.310.25
HSL80.69º30.85%63.14%-
HSV(B)80.69º30.53%74.51%-
XYZ39.1647.0428.85-
YUV177.41102.37122.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=34.55%
G=38.62%
B=26.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901320.1100.310.2580.6930.8563.14
HexAABE84B01F19511f3f
Octal25227620413037311213777
Binary101010101011111010000100101101111111001101000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE84; }

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

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

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

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

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

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

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

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