#AABF89

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

Shades of Caper #AABF89

Tints of Caper #AABF89

Color information

#AABF89 (or 0xAABF89) is unknown color: approx Caper. HEX triplet: AA, BF and 89. RGB value is (170,191,137). Sum of RGB (Red+Green+Blue) = 170+191+137=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF89 is #554076. Grayscale: #B2B2B2. Windows color (decimal): -5587063 or 9027498. OLE color: 9027498.

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

Color convert

RGB170191137-
CMYK0.1100.280.25
HSL83.33º29.67%64.31%-
HSV(B)83.33º28.27%74.9%-
XYZ39.7247.6130.76-
YUV178.56104.54121.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=34.14%
G=38.35%
B=27.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911370.1100.280.2583.3329.6764.31
HexAABF89B01C19531e40
Octal252277211130343112336100
Binary1010101010111111100010011011011100110011010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF89; }

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

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

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

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

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

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

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

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