Html Css Color HEX #86B490 Bay Leaf

📋 copy color: '#86B490'

red 134 ◦ green 180 ◦ blue 144

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

Shades of Bay Leaf #86B490

Tints of Bay Leaf #86B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 29.26%
G = 39.3%
B = 31.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#86B490 (or 0x86B490) is known color: Bay Leaf. HEX triplet: 86, B4 and 90. RGB value is (134,180,144). Sum of RGB (Red+Green+Blue) = 134+180+144=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #86B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B490 is #794B6F. Grayscale: #A2A2A2. Windows color (decimal): -7949168 or 9483398. OLE color: 9483398.

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

Color convert

RGB 134 180 144 -
CMYK 0.26 0 0.2 0.29
HSL 133.04º 0.23% 0.62% -
HSV(B) 133.04º 0.26% 0.71% -
XYZ 31.19 39.72 32.41 -
YUV 162.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 134 180 144 0.26 0 0.2 0.29 133.04 0.23 0.62
Hex 86 B4 90 1A 0 14 1D 85 17 3E
Octal 206 264 220 32 0 24 35 205 27 76
Binary 10000110 10110100 10010000 11010 0 10100 11101 10000101 10111 111110

Color Harmonies of #86B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B490

Black with #86B490

Text Example


Text Example

White with #86B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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