#A8B098

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

Shades of Green Spring #A8B098

Tints of Green Spring #A8B098

Color information

#A8B098 (or 0xA8B098) is unknown color: approx Green Spring. HEX triplet: A8, B0 and 98. RGB value is (168,176,152). Sum of RGB (Red+Green+Blue) = 168+176+152=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B098 is #574F67. Grayscale: #AAAAAA. Windows color (decimal): -5721960 or 10006696. OLE color: 10006696.

HSL color Cylindrical-coordinate representation of color #A8B098: hue angle of 80º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8B098 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB168176152-
CMYK0.0500.140.31
HSL80º13.19%64.31%-
HSV(B)80º13.64%69.02%-
XYZ37.3441.6435.78-
YUV170.87117.35125.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=33.87%
G=35.48%
B=30.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761520.0500.140.318013.1964.31
HexA8B09850E1F50d40
Octal25026023050163712015100
Binary1010100010110000100110001010111011111101000011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B098; }

 p { color: rgb(168,176,152); }

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

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

 a { background-color: rgb(168,176,152); }

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

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

 span { border-color: rgb(168,176,152); }

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