Html Css Color HEX #86B990 Bay Leaf

📋 copy color: '#86B990'

red 134 ◦ green 185 ◦ blue 144

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

Shades of Bay Leaf #86B990

Tints of Bay Leaf #86B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 28.94%
G = 39.96%
B = 31.1%

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

#86B990 (or 0x86B990) is known color: Bay Leaf. HEX triplet: 86, B9 and 90. RGB value is (134,185,144). Sum of RGB (Red+Green+Blue) = 134+185+144=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #86B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B990 is #79466F. Grayscale: #A5A5A5. Windows color (decimal): -7947888 or 9484678. OLE color: 9484678.

HSL color Cylindrical-coordinate representation of color #86B990: hue angle of 131.76º 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 #86B990 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 185 144 -
CMYK 0.28 0 0.22 0.27
HSL 131.76º 0.27% 0.63% -
HSV(B) 131.76º 0.28% 0.73% -
XYZ 32.21 41.78 32.75 -
YUV 165.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 134 185 144 0.28 0 0.22 0.27 131.76 0.27 0.63
Hex 86 B9 90 1C 0 16 1B 84 1B 3F
Octal 206 271 220 34 0 26 33 204 33 77
Binary 10000110 10111001 10010000 11100 0 10110 11011 10000100 11011 111111

Color Harmonies of #86B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B990

Black with #86B990

Text Example


Text Example

White with #86B990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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