#AAB68D

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

Shades of Green Spring #AAB68D

Tints of Green Spring #AAB68D

Color information

#AAB68D (or 0xAAB68D) is unknown color: approx Green Spring. HEX triplet: AA, B6 and 8D. RGB value is (170,182,141). Sum of RGB (Red+Green+Blue) = 170+182+141=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB68D is #554972. Grayscale: #ADADAD. Windows color (decimal): -5589363 or 9287338. OLE color: 9287338.

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

Color convert

RGB170182141-
CMYK0.0700.230.29
HSL77.56º21.93%63.33%-
HSV(B)77.56º22.53%71.37%-
XYZ38.1143.9331.67-
YUV173.74109.52125.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=34.48%
G=36.92%
B=28.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821410.0700.230.2977.5621.9363.33
HexAAB68D70171D4e163f
Octal2522662157027351162677
Binary10101010101101101000110111101011111101100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB68D; }

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

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

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

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

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

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

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

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