#AAB68E

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

Shades of Green Spring #AAB68E

Tints of Green Spring #AAB68E

Color information

#AAB68E (or 0xAAB68E) is unknown color: approx Green Spring. HEX triplet: AA, B6 and 8E. RGB value is (170,182,142). Sum of RGB (Red+Green+Blue) = 170+182+142=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB68E is #554971. Grayscale: #AEAEAE. Windows color (decimal): -5589362 or 9352874. OLE color: 9352874.

HSL color Cylindrical-coordinate representation of color #AAB68E: hue angle of 78º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB68E is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB170182142-
CMYK0.0700.220.29
HSL78º21.51%63.53%-
HSV(B)78º21.98%71.37%-
XYZ38.1943.9532.06-
YUV173.85110.02125.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=34.41%
G=36.84%
B=28.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821420.0700.220.297821.5163.53
HexAAB68E70161D4e1640
Octal25226621670263511626100
Binary101010101011011010001110111010110111011001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB68E; }

 p { color: rgb(170,182,142); }

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

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

 a { background-color: rgb(170,182,142); }

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

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

 span { border-color: rgb(170,182,142); }

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