Html Css Color HEX #86B492 Bay Leaf

📋 copy color: '#86B492'

red 134 ◦ green 180 ◦ blue 146

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

Shades of Bay Leaf #86B492

Tints of Bay Leaf #86B492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.74%

R = 29.13%
G = 39.13%
B = 31.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#86B492 (or 0x86B492) is known color: Bay Leaf. HEX triplet: 86, B4 and 92. RGB value is (134,180,146). Sum of RGB (Red+Green+Blue) = 134+180+146=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #86B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B492 is #794B6D. Grayscale: #A2A2A2. Windows color (decimal): -7949166 or 9614470. OLE color: 9614470.

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

Color convert

RGB 134 180 146 -
CMYK 0.26 0 0.19 0.29
HSL 135.65º 0.23% 0.62% -
HSV(B) 135.65º 0.26% 0.71% -
XYZ 31.34 39.79 33.22 -
YUV 162.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 134 180 146 0.26 0 0.19 0.29 135.65 0.23 0.62
Hex 86 B4 92 1A 0 13 1D 88 17 3E
Octal 206 264 222 32 0 23 35 210 27 76
Binary 10000110 10110100 10010010 11010 0 10011 11101 10001000 10111 111110

Color Harmonies of #86B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B492

Black with #86B492

Text Example


Text Example

White with #86B492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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