#AABF79

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

Shades of Caper #AABF79

Tints of Caper #AABF79

Color information

#AABF79 (or 0xAABF79) is unknown color: approx Caper. HEX triplet: AA, BF and 79. RGB value is (170,191,121). Sum of RGB (Red+Green+Blue) = 170+191+121=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF79 is #554086. Grayscale: #B1B1B1. Windows color (decimal): -5587079 or 7978922. OLE color: 7978922.

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

Color convert

RGB170191121-
CMYK0.1100.370.25
HSL78º35.35%61.18%-
HSV(B)78º36.65%74.9%-
XYZ38.6647.1925.16-
YUV176.7496.54123.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=35.27%
G=39.63%
B=25.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911210.1100.370.257835.3561.18
HexAABF79B025194e233d
Octal25227717113045311164375
Binary1010101010111111111100110110100101110011001110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF79; }

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

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

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

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

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

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

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

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