#AABF74

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

Shades of Caper #AABF74

Tints of Caper #AABF74

Color information

#AABF74 (or 0xAABF74) is unknown color: approx Caper. HEX triplet: AA, BF and 74. RGB value is (170,191,116). Sum of RGB (Red+Green+Blue) = 170+191+116=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF74 is #55408B. Grayscale: #B0B0B0. Windows color (decimal): -5587084 or 7651242. OLE color: 7651242.

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

Color convert

RGB170191116-
CMYK0.1100.390.25
HSL76.8º36.95%60.2%-
HSV(B)76.8º39.27%74.9%-
XYZ38.3647.0723.59-
YUV176.1794.04123.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=35.64%
G=40.04%
B=24.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911160.1100.390.2576.836.9560.2
HexAABF74B027194d253c
Octal25227716413047311154574
Binary1010101010111111111010010110100111110011001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF74; }

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

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

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

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

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

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

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

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