#AACB7C

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

Shades of Caper #AACB7C

Tints of Caper #AACB7C

Color information

#AACB7C (or 0xAACB7C) is unknown color: approx Caper. HEX triplet: AA, CB and 7C. RGB value is (170,203,124). Sum of RGB (Red+Green+Blue) = 170+203+124=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB7C is #553483. Grayscale: #B8B8B8. Windows color (decimal): -5584004 or 8178602. OLE color: 8178602.

HSL color Cylindrical-coordinate representation of color #AACB7C: hue angle of 85.06º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACB7C is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB170203124-
CMYK0.1600.390.20
HSL85.06º43.17%64.12%-
HSV(B)85.06º38.92%79.61%-
XYZ41.5752.7127.05-
YUV184.1394.07117.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=34.21%
G=40.85%
B=24.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031240.1600.390.2085.0643.1764.12
HexAACB7C1002714552b40
Octal252313174200472412553100
Binary101010101100101111111001000001001111010010101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB7C; }

 p { color: rgb(170,203,124); }

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

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

 a { background-color: rgb(170,203,124); }

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

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

 span { border-color: rgb(170,203,124); }

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