#86AF92

Color #86AF92 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #86AF92

Tints of Bay Leaf #86AF92

Color information

#86AF92 (or 0x86AF92) is unknown color: approx Bay Leaf. HEX triplet: 86, AF and 92. RGB value is (134,175,146). Sum of RGB (Red+Green+Blue) = 134+175+146=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF92 is #79506D. Grayscale: #9F9F9F. Windows color (decimal): -7950446 or 9613190. OLE color: 9613190.

HSL color Cylindrical-coordinate representation of color #86AF92: hue angle of 137.56º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AF92 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB134175146-
CMYK0.2300.170.31
HSL137.56º20.4%60.59%-
HSV(B)137.56º23.43%68.63%-
XYZ30.3537.832.89-
YUV159.44120.42109.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=29.45%
G=38.46%
B=32.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751460.2300.170.31137.5620.460.59
Hex86AF92170111F8a143d
Octal20625722227021372122475
Binary10000110101011111001001010111010001111111000101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86AF92;
 }
 .AnyTagClassName
 {
   color: #86AF92;
 }
</style>
background-color css

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

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

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

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

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

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