Html Css Color HEX #86B590 Bay Leaf

📋 copy color: '#86B590'

red 134 ◦ green 181 ◦ blue 144

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

Shades of Bay Leaf #86B590

Tints of Bay Leaf #86B590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

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

R = 29.19%
G = 39.43%
B = 31.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#86B590 (or 0x86B590) is known color: Bay Leaf. HEX triplet: 86, B5 and 90. RGB value is (134,181,144). Sum of RGB (Red+Green+Blue) = 134+181+144=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #86B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B590 is #794A6F. Grayscale: #A2A2A2. Windows color (decimal): -7948912 or 9483654. OLE color: 9483654.

HSL color Cylindrical-coordinate representation of color #86B590: hue angle of 132.77º degrees, saturation: 0.24, 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 #86B590 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 181 144 -
CMYK 0.26 0 0.20 0.29
HSL 132.77º 0.24% 0.62% -
HSV(B) 132.77º 0.26% 0.71% -
XYZ 31.39 40.13 32.48 -
YUV 162.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 134 181 144 0.26 0 0.20 0.29 132.77 0.24 0.62
Hex 86 B5 90 1A 0 14 1D 85 18 3E
Octal 206 265 220 32 0 24 35 205 30 76
Binary 10000110 10110101 10010000 11010 0 10100 11101 10000101 11000 111110

Color Harmonies of #86B590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B590

Black with #86B590

Text Example


Text Example

White with #86B590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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