#A8B09A

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

Shades of Green Spring #A8B09A

Tints of Green Spring #A8B09A

Color information

#A8B09A (or 0xA8B09A) is unknown color: approx Green Spring. HEX triplet: A8, B0 and 9A. RGB value is (168,176,154). Sum of RGB (Red+Green+Blue) = 168+176+154=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B09A is #574F65. Grayscale: #ABABAB. Windows color (decimal): -5721958 or 10137768. OLE color: 10137768.

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

Color convert

RGB168176154-
CMYK0.0500.120.31
HSL81.82º12.22%64.71%-
HSV(B)81.82º12.5%69.02%-
XYZ37.5141.7136.65-
YUV171.1118.35125.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 176 (69.14% from 255) = 35.34%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=33.73%
G=35.34%
B=30.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761540.0500.120.3181.8212.2264.71
HexA8B09A50C1F52c41
Octal25026023250143712214101
Binary1010100010110000100110101010110011111101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B09A; }

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

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

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

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

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

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

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

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