#86A991

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

Shades of Bay Leaf #86A991

Tints of Bay Leaf #86A991

Color information

#86A991 (or 0x86A991) is unknown color: approx Bay Leaf. HEX triplet: 86, A9 and 91. RGB value is (134,169,145). Sum of RGB (Red+Green+Blue) = 134+169+145=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #86A991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A991 is #79566E. Grayscale: #9B9B9B. Windows color (decimal): -7951983 or 9546118. OLE color: 9546118.

HSL color Cylindrical-coordinate representation of color #86A991: hue angle of 138.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86A991 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB134169145-
CMYK0.2100.140.34
HSL138.86º16.91%59.41%-
HSV(B)138.86º20.71%66.27%-
XYZ29.1335.4932.1-
YUV155.8121.9112.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=29.91%
G=37.72%
B=32.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1341691450.2100.140.34138.8616.9159.41
Hex86A991150E228b113b
Octal20625122125016422132173
Binary10000110101010011001000110101011101000101000101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A991; }

 p { color: rgb(134,169,145); }

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

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

 a { background-color: rgb(134,169,145); }

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

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

 span { border-color: rgb(134,169,145); }

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