#AABF87

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

Shades of Caper #AABF87

Tints of Caper #AABF87

Color information

#AABF87 (or 0xAABF87) is unknown color: approx Caper. HEX triplet: AA, BF and 87. RGB value is (170,191,135). Sum of RGB (Red+Green+Blue) = 170+191+135=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF87 is #554078. Grayscale: #B2B2B2. Windows color (decimal): -5587065 or 8896426. OLE color: 8896426.

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

Color convert

RGB170191135-
CMYK0.1100.290.25
HSL82.5º30.43%63.92%-
HSV(B)82.5º29.32%74.9%-
XYZ39.5847.5630.01-
YUV178.34103.54122.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=34.27%
G=38.51%
B=27.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911350.1100.290.2582.530.4363.92
HexAABF87B01D19521e40
Octal252277207130353112236100
Binary1010101010111111100001111011011101110011010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF87; }

 p { color: rgb(170,191,135); }

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

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

 a { background-color: rgb(170,191,135); }

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

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

 span { border-color: rgb(170,191,135); }

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