#AABE74

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

Shades of Caper #AABE74

Tints of Caper #AABE74

Color information

#AABE74 (or 0xAABE74) is unknown color: approx Caper. HEX triplet: AA, BE and 74. RGB value is (170,190,116). Sum of RGB (Red+Green+Blue) = 170+190+116=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABE74 is #55418B. Grayscale: #AFAFAF. Windows color (decimal): -5587340 or 7650986. OLE color: 7650986.

HSL color Cylindrical-coordinate representation of color #AABE74: hue angle of 76.22º degrees, saturation: 0.36, 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 #AABE74 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB170190116-
CMYK0.1100.390.25
HSL76.22º36.27%60%-
HSV(B)76.22º38.95%74.51%-
XYZ38.1446.6323.51-
YUV175.5894.37124.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=35.71%
G=39.92%
B=24.37%

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
Decimal1701901160.1100.390.2576.2236.2760
HexAABE74B027194c243c
Octal25227616413047311144474
Binary1010101010111110111010010110100111110011001100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABE74; }

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

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

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

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

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

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

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

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