#A8B48D

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

Shades of Green Spring #A8B48D

Tints of Green Spring #A8B48D

Color information

#A8B48D (or 0xA8B48D) is unknown color: approx Green Spring. HEX triplet: A8, B4 and 8D. RGB value is (168,180,141). Sum of RGB (Red+Green+Blue) = 168+180+141=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B48D is #574B72. Grayscale: #ACACAC. Windows color (decimal): -5720947 or 9286824. OLE color: 9286824.

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

Color convert

RGB168180141-
CMYK0.0700.220.29
HSL78.46º20.63%62.94%-
HSV(B)78.46º21.67%70.59%-
XYZ37.2842.8931.51-
YUV171.97110.52125.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=34.36%
G=36.81%
B=28.83%

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
Decimal1681801410.0700.220.2978.4620.6362.94
HexA8B48D70161D4e153f
Octal2502642157026351162577
Binary10101000101101001000110111101011011101100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B48D; }

 p { color: rgb(168,180,141); }

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

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

 a { background-color: rgb(168,180,141); }

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

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

 span { border-color: rgb(168,180,141); }

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