#809B8A

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

Shades of Bay Leaf #809B8A

Tints of Bay Leaf #809B8A

Color information

#809B8A (or 0x809B8A) is unknown color: approx Bay Leaf. HEX triplet: 80, 9B and 8A. RGB value is (128,155,138). Sum of RGB (Red+Green+Blue) = 128+155+138=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #809B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B8A is #7F6475. Grayscale: #919191. Windows color (decimal): -8348790 or 9083776. OLE color: 9083776.

HSL color Cylindrical-coordinate representation of color #809B8A: hue angle of 142.22º 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 #809B8A is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB128155138-
CMYK0.1700.110.39
HSL142.22º11.89%55.49%-
HSV(B)142.22º17.42%60.78%-
XYZ25.2129.8728.48-
YUV144.99124.05115.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=30.40%
G=36.82%
B=32.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281551380.1700.110.39142.2211.8955.49
Hex809B8A110B278ec37
Octal20023321221013472161467
Binary1000000010011011100010101000101011100111100011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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