Html Css Color HEX #86BA91 Bay Leaf

📋 copy color: '#86BA91'

red 134 ◦ green 186 ◦ blue 145

#86BA91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #86BA91

Tints of Bay Leaf #86BA91

RGB

 RED value IS 134 (52.73% from 255) = 28.82%

 GREEN value IS 186 (73.05% from 255) = 40%

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 28.82%
G = 40%
B = 31.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#86BA91 (or 0x86BA91) is known color: Bay Leaf. HEX triplet: 86, BA and 91. RGB value is (134,186,145). Sum of RGB (Red+Green+Blue) = 134+186+145=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BA91 is #79456E. Grayscale: #A5A5A5. Windows color (decimal): -7947631 or 9550470. OLE color: 9550470.

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

Color convert

RGB 134 186 145 -
CMYK 0.28 0 0.22 0.27
HSL 132.69º 0.27% 0.63% -
HSV(B) 132.69º 0.28% 0.73% -
XYZ 32.5 42.23 33.23 -
YUV 165.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 134 186 145 0.28 0 0.22 0.27 132.69 0.27 0.63
Hex 86 BA 91 1C 0 16 1B 85 1B 3F
Octal 206 272 221 34 0 26 33 205 33 77
Binary 10000110 10111010 10010001 11100 0 10110 11011 10000101 11011 111111

Color Harmonies of #86BA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA91

Black with #86BA91

Text Example


Text Example

White with #86BA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86BA91;
 }
 .AnyTagClassName
 {
   color: #86BA91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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