Html Css Color HEX #86B68F Bay Leaf

📋 copy color: '#86B68F'

red 134 ◦ green 182 ◦ blue 143

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

Shades of Bay Leaf #86B68F

Tints of Bay Leaf #86B68F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 29.19%
G = 39.65%
B = 31.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#86B68F (or 0x86B68F) is known color: Bay Leaf. HEX triplet: 86, B6 and 8F. RGB value is (134,182,143). Sum of RGB (Red+Green+Blue) = 134+182+143=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #86B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B68F is #794970. Grayscale: #A3A3A3. Windows color (decimal): -7948657 or 9418374. OLE color: 9418374.

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

Color convert

RGB 134 182 143 -
CMYK 0.26 0 0.21 0.29
HSL 131.25º 0.25% 0.62% -
HSV(B) 131.25º 0.26% 0.71% -
XYZ 31.52 40.51 32.14 -
YUV 163.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 134 182 143 0.26 0 0.21 0.29 131.25 0.25 0.62
Hex 86 B6 8F 1A 0 15 1D 83 19 3E
Octal 206 266 217 32 0 25 35 203 31 76
Binary 10000110 10110110 10001111 11010 0 10101 11101 10000011 11001 111110

Color Harmonies of #86B68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B68F

Black with #86B68F

Text Example


Text Example

White with #86B68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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