#A8B099

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

Shades of Green Spring #A8B099

Tints of Green Spring #A8B099

Color information

#A8B099 (or 0xA8B099) is unknown color: approx Green Spring. HEX triplet: A8, B0 and 99. RGB value is (168,176,153). Sum of RGB (Red+Green+Blue) = 168+176+153=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B099 is #574F66. Grayscale: #ABABAB. Windows color (decimal): -5721959 or 10072232. OLE color: 10072232.

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

Color convert

RGB168176153-
CMYK0.0500.130.31
HSL80.87º12.71%64.51%-
HSV(B)80.87º13.07%69.02%-
XYZ37.4241.6836.21-
YUV170.99117.85125.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=33.80%
G=35.41%
B=30.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761530.0500.130.3180.8712.7164.51
HexA8B09950D1F51d41
Octal25026023150153712115101
Binary1010100010110000100110011010110111111101000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B099; }

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

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

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

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

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

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

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

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