#809B95

Color #809B95 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #809B95

Tints of Granny Smith #809B95

Color information

#809B95 (or 0x809B95) is unknown color: approx Granny Smith. HEX triplet: 80, 9B and 95. RGB value is (128,155,149). Sum of RGB (Red+Green+Blue) = 128+155+149=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 155 - color contains mainly: green. Hex color #809B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B95 is #7F646A. Grayscale: #929292. Windows color (decimal): -8348779 or 9804672. OLE color: 9804672.

HSL color Cylindrical-coordinate representation of color #809B95: hue angle of 166.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809B95 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB128155149-
CMYK0.1700.040.39
HSL166.67º11.89%55.49%-
HSV(B)166.67º17.42%60.78%-
XYZ26.0530.232.89-
YUV146.24129.55114.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=29.63%
G=35.88%
B=34.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281551490.1700.040.39166.6711.8955.49
Hex809B95110427a7c37
Octal2002332252104472471467
Binary100000001001101110010101100010100100111101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809B95; }

 p { color: rgb(128,155,149); }

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

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

 a { background-color: rgb(128,155,149); }

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

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

 span { border-color: rgb(128,155,149); }

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