#A8B09B

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

Shades of Green Spring #A8B09B

Tints of Green Spring #A8B09B

Color information

#A8B09B (or 0xA8B09B) is unknown color: approx Green Spring. HEX triplet: A8, B0 and 9B. RGB value is (168,176,155). Sum of RGB (Red+Green+Blue) = 168+176+155=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B09B is #574F64. Grayscale: #ABABAB. Windows color (decimal): -5721957 or 10203304. OLE color: 10203304.

HSL color Cylindrical-coordinate representation of color #A8B09B: hue angle of 82.86º 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 #A8B09B is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB168176155-
CMYK0.0500.120.31
HSL82.86º11.73%64.9%-
HSV(B)82.86º11.93%69.02%-
XYZ37.5941.7437.09-
YUV171.21118.85125.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=33.67%
G=35.27%
B=31.06%

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
Decimal1681761550.0500.120.3182.8611.7364.9
HexA8B09B50C1F53c41
Octal25026023350143712314101
Binary1010100010110000100110111010110011111101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B09B; }

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

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

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

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

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

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

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

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