#AABC71

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

Shades of Caper #AABC71

Tints of Caper #AABC71

Color information

#AABC71 (or 0xAABC71) is unknown color: approx Caper. HEX triplet: AA, BC and 71. RGB value is (170,188,113). Sum of RGB (Red+Green+Blue) = 170+188+113=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC71 is #55438E. Grayscale: #AEAEAE. Windows color (decimal): -5587855 or 7453866. OLE color: 7453866.

HSL color Cylindrical-coordinate representation of color #AABC71: hue angle of 74.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AABC71 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB170188113-
CMYK0.1000.400.26
HSL74.4º35.89%59.02%-
HSV(B)74.4º39.89%73.73%-
XYZ37.5445.722.47-
YUV174.0793.54125.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=36.09%
G=39.92%
B=23.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881130.1000.400.2674.435.8959.02
HexAABC71A0281A4a243b
Octal25227416112050321124473
Binary1010101010111100111000110100101000110101001010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC71; }

 p { color: rgb(170,188,113); }

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

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

 a { background-color: rgb(170,188,113); }

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

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

 span { border-color: rgb(170,188,113); }

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