#AAB58D

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

Shades of Green Spring #AAB58D

Tints of Green Spring #AAB58D

Color information

#AAB58D (or 0xAAB58D) is unknown color: approx Green Spring. HEX triplet: AA, B5 and 8D. RGB value is (170,181,141). Sum of RGB (Red+Green+Blue) = 170+181+141=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB58D is #554A72. Grayscale: #ADADAD. Windows color (decimal): -5589619 or 9287082. OLE color: 9287082.

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

Color convert

RGB170181141-
CMYK0.0600.220.29
HSL76.5º21.28%63.14%-
HSV(B)76.5º22.1%70.98%-
XYZ37.9143.5231.6-
YUV173.15109.86125.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=34.55%
G=36.79%
B=28.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701811410.0600.220.2976.521.2863.14
HexAAB58D60161D4c153f
Octal2522652156026351142577
Binary10101010101101011000110111001011011101100110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB58D; }

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

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

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

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

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

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

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

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