#aac26b

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

Shades of Caper #AAC26B

Tints of Caper #AAC26B

Color information

#AAC26B (or 0xAAC26B) is unknown color: approx Caper. HEX triplet: AA, C2 and 6B. RGB value is (170,194,107). Sum of RGB (Red+Green+Blue) = 170+194+107=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC26B is #553D94. Grayscale: #B1B1B1. Windows color (decimal): -5586325 or 7062186. OLE color: 7062186.

HSL color Cylindrical-coordinate representation of color #AAC26B: hue angle of 76.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC26B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB170194107-
CMYK0.1200.450.24
HSL76.55º41.63%59.02%-
HSV(B)76.55º44.85%76.08%-
XYZ38.5248.1921.18-
YUV176.9188.55123.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 107 (42.19% from 255) = 22.72%
R=36.09%
G=41.19%
B=22.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941070.1200.450.2476.5541.6359.02
HexAAC26BC02D184d2a3b
Octal25230215314055301155273
Binary1010101011000010110101111000101101110001001101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aac26b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aac26b; }

 p { color: rgb(170,194,107); }

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

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

 a { background-color: rgb(170,194,107); }

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

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

 span { border-color: rgb(170,194,107); }

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