#A8B495

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

Shades of Green Spring #A8B495

Tints of Green Spring #A8B495

Color information

#A8B495 (or 0xA8B495) is unknown color: approx Green Spring. HEX triplet: A8, B4 and 95. RGB value is (168,180,149). Sum of RGB (Red+Green+Blue) = 168+180+149=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B495 is #574B6A. Grayscale: #ACACAC. Windows color (decimal): -5720939 or 9811112. OLE color: 9811112.

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

Color convert

RGB168180149-
CMYK0.0700.170.29
HSL83.23º17.13%64.51%-
HSV(B)83.23º17.22%70.59%-
XYZ37.8943.1434.76-
YUV172.88114.52124.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=33.80%
G=36.22%
B=29.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801490.0700.170.2983.2317.1364.51
HexA8B49570111D531141
Octal25026422570213512321101
Binary101010001011010010010101111010001111011010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B495; }

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

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

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

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

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

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

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

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