#AABF76

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

Shades of Caper #AABF76

Tints of Caper #AABF76

Color information

#AABF76 (or 0xAABF76) is unknown color: approx Caper. HEX triplet: AA, BF and 76. RGB value is (170,191,118). Sum of RGB (Red+Green+Blue) = 170+191+118=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF76 is #554089. Grayscale: #B0B0B0. Windows color (decimal): -5587082 or 7782314. OLE color: 7782314.

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

Color convert

RGB170191118-
CMYK0.1100.380.25
HSL77.26º36.32%60.59%-
HSV(B)77.26º38.22%74.9%-
XYZ38.4847.1224.21-
YUV176.495.04123.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.49%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 118 (46.48% from 255) = 24.63%
R=35.49%
G=39.87%
B=24.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911180.1100.380.2577.2636.3260.59
HexAABF76B026194d243d
Octal25227716613046311154475
Binary1010101010111111111011010110100110110011001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF76; }

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

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

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

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

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

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

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

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