#AABF85

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

Shades of Caper #AABF85

Tints of Caper #AABF85

Color information

#AABF85 (or 0xAABF85) is unknown color: approx Caper. HEX triplet: AA, BF and 85. RGB value is (170,191,133). Sum of RGB (Red+Green+Blue) = 170+191+133=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF85 is #55407A. Grayscale: #B2B2B2. Windows color (decimal): -5587067 or 8765354. OLE color: 8765354.

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

Color convert

RGB170191133-
CMYK0.1100.300.25
HSL81.72º31.18%63.53%-
HSV(B)81.72º30.37%74.9%-
XYZ39.4447.529.28-
YUV178.11102.54122.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=34.41%
G=38.66%
B=26.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911330.1100.300.2581.7231.1863.53
HexAABF85B01E19521f40
Octal252277205130363112237100
Binary1010101010111111100001011011011110110011010010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF85; }

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

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

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

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

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

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

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

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