#A8B48A

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

Shades of Green Spring #A8B48A

Tints of Green Spring #A8B48A

Color information

#A8B48A (or 0xA8B48A) is unknown color: approx Green Spring. HEX triplet: A8, B4 and 8A. RGB value is (168,180,138). Sum of RGB (Red+Green+Blue) = 168+180+138=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B48A is #574B75. Grayscale: #ABABAB. Windows color (decimal): -5720950 or 9090216. OLE color: 9090216.

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

Color convert

RGB168180138-
CMYK0.0700.230.29
HSL77.14º21.88%62.35%-
HSV(B)77.14º23.33%70.59%-
XYZ37.0642.830.35-
YUV171.62109.02125.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=34.57%
G=37.04%
B=28.40%

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
Decimal1681801380.0700.230.2977.1421.8862.35
HexA8B48A70171D4d163e
Octal2502642127027351152676
Binary10101000101101001000101011101011111101100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B48A; }

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

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

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

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

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

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

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

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