#A8B48B

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

Shades of Green Spring #A8B48B

Tints of Green Spring #A8B48B

Color information

#A8B48B (or 0xA8B48B) is unknown color: approx Green Spring. HEX triplet: A8, B4 and 8B. RGB value is (168,180,139). Sum of RGB (Red+Green+Blue) = 168+180+139=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B48B is #574B74. Grayscale: #ABABAB. Windows color (decimal): -5720949 or 9155752. OLE color: 9155752.

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

Color convert

RGB168180139-
CMYK0.0700.230.29
HSL77.56º21.47%62.55%-
HSV(B)77.56º22.78%70.59%-
XYZ37.1342.8330.74-
YUV171.74109.52125.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=34.50%
G=36.96%
B=28.54%

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
Decimal1681801390.0700.230.2977.5621.4762.55
HexA8B48B70171D4e153f
Octal2502642137027351162577
Binary10101000101101001000101111101011111101100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B48B; }

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

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

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

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

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

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

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

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