#86B692

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

Shades of Bay Leaf #86B692

Tints of Bay Leaf #86B692

Color information

#86B692 (or 0x86B692) is unknown color: approx Bay Leaf. HEX triplet: 86, B6 and 92. RGB value is (134,182,146). Sum of RGB (Red+Green+Blue) = 134+182+146=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #86B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B692 is #79496D. Grayscale: #A3A3A3. Windows color (decimal): -7948654 or 9614982. OLE color: 9614982.

HSL color Cylindrical-coordinate representation of color #86B692: hue angle of 135º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B692 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB134182146-
CMYK0.2600.200.29
HSL135º24.74%61.96%-
HSV(B)135º26.37%71.37%-
XYZ31.7540.633.36-
YUV163.54118.1106.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=29.00%
G=39.39%
B=31.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821460.2600.200.2913524.7461.96
Hex86B6921A0141D87193e
Octal20626622232024352073176
Binary10000110101101101001001011010010100111011000011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,146); }

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

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

 a { background-color: rgb(134,182,146); }

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

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

 span { border-color: rgb(134,182,146); }

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