#809E8D

Color #809E8D Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #809E8D

Tints of Bay Leaf #809E8D

Color information

#809E8D (or 0x809E8D) is unknown color: approx Bay Leaf. HEX triplet: 80, 9E and 8D. RGB value is (128,158,141). Sum of RGB (Red+Green+Blue) = 128+158+141=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #809E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809E8D is #7F6172. Grayscale: #939393. Windows color (decimal): -8348019 or 9281152. OLE color: 9281152.

HSL color Cylindrical-coordinate representation of color #809E8D: hue angle of 146º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809E8D is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB128158141-
CMYK0.1900.110.38
HSL146º13.39%56.08%-
HSV(B)146º18.99%61.96%-
XYZ25.9430.9729.81-
YUV147.09124.56114.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=29.98%
G=37.00%
B=33.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281581410.1900.110.3814613.3956.08
Hex809E8D130B2692d38
Octal20023621523013462221570
Binary1000000010011110100011011001101011100110100100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,158,141); }

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

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

 a { background-color: rgb(128,158,141); }

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

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

 span { border-color: rgb(128,158,141); }

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