#AABF6C

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

Shades of Caper #AABF6C

Tints of Caper #AABF6C

Color information

#AABF6C (or 0xAABF6C) is unknown color: approx Caper. HEX triplet: AA, BF and 6C. RGB value is (170,191,108). Sum of RGB (Red+Green+Blue) = 170+191+108=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF6C is #554093. Grayscale: #AFAFAF. Windows color (decimal): -5587092 or 7126954. OLE color: 7126954.

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

Color convert

RGB170191108-
CMYK0.1100.430.25
HSL75.18º39.34%58.63%-
HSV(B)75.18º43.46%74.9%-
XYZ37.9246.8921.24-
YUV175.2690.04124.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=36.25%
G=40.72%
B=23.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911080.1100.430.2575.1839.3458.63
HexAABF6CB02B194b273b
Octal25227715413053311134773
Binary1010101010111111110110010110101011110011001011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF6C; }

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

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

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

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

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

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

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

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