#AABF82

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

Shades of Caper #AABF82

Tints of Caper #AABF82

Color information

#AABF82 (or 0xAABF82) is unknown color: approx Caper. HEX triplet: AA, BF and 82. RGB value is (170,191,130). Sum of RGB (Red+Green+Blue) = 170+191+130=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF82 is #55407D. Grayscale: #B1B1B1. Windows color (decimal): -5587070 or 8568746. OLE color: 8568746.

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

Color convert

RGB170191130-
CMYK0.1100.320.25
HSL80.66º32.28%62.94%-
HSV(B)80.66º31.94%74.9%-
XYZ39.2447.4228.2-
YUV177.77101.04122.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=34.62%
G=38.90%
B=26.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911300.1100.320.2580.6632.2862.94
HexAABF82B0201951203f
Octal25227720213040311214077
Binary10101010101111111000001010110100000110011010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF82; }

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

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

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

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

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

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

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

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