#A8B58C

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

Shades of Green Spring #A8B58C

Tints of Green Spring #A8B58C

Color information

#A8B58C (or 0xA8B58C) is unknown color: approx Green Spring. HEX triplet: A8, B5 and 8C. RGB value is (168,181,140). Sum of RGB (Red+Green+Blue) = 168+181+140=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B58C is #574A73. Grayscale: #ACACAC. Windows color (decimal): -5720692 or 9221544. OLE color: 9221544.

HSL color Cylindrical-coordinate representation of color #A8B58C: hue angle of 79.02º 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 #A8B58C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB168181140-
CMYK0.0700.230.29
HSL79.02º21.69%62.94%-
HSV(B)79.02º22.65%70.98%-
XYZ37.4143.2731.19-
YUV172.44109.69124.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=34.36%
G=37.01%
B=28.63%

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
Decimal1681811400.0700.230.2979.0221.6962.94
HexA8B58C70171D4f163f
Octal2502652147027351172677
Binary10101000101101011000110011101011111101100111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B58C; }

 p { color: rgb(168,181,140); }

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

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

 a { background-color: rgb(168,181,140); }

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

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

 span { border-color: rgb(168,181,140); }

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