#86B890

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

Shades of Bay Leaf #86B890

Tints of Bay Leaf #86B890

Color information

#86B890 (or 0x86B890) is unknown color: approx Bay Leaf. HEX triplet: 86, B8 and 90. RGB value is (134,184,144). Sum of RGB (Red+Green+Blue) = 134+184+144=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #86B890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B890 is #79476F. Grayscale: #A4A4A4. Windows color (decimal): -7948144 or 9484422. OLE color: 9484422.

HSL color Cylindrical-coordinate representation of color #86B890: hue angle of 132º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B890 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB134184144-
CMYK0.2700.220.28
HSL132º26.04%62.35%-
HSV(B)132º27.17%72.16%-
XYZ32.0141.3632.68-
YUV164.49116.44106.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 184 (72.27% from 255) = 39.83%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=29.00%
G=39.83%
B=31.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841440.2700.220.2813226.0462.35
Hex86B8901B0161C841a3e
Octal20627022033026342043276
Binary10000110101110001001000011011010110111001000010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,184,144); }

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

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

 a { background-color: rgb(134,184,144); }

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

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

 span { border-color: rgb(134,184,144); }

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