#73BA86

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

Shades of Bay Leaf #73BA86

Tints of Bay Leaf #73BA86

Color information

#73BA86 (or 0x73BA86) is unknown color: approx Bay Leaf. HEX triplet: 73, BA and 86. RGB value is (115,186,134). Sum of RGB (Red+Green+Blue) = 115+186+134=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA86 is #8C4579. Grayscale: #9E9E9E. Windows color (decimal): -9192826 or 8829555. OLE color: 8829555.

HSL color Cylindrical-coordinate representation of color #73BA86: hue angle of 136.06º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA86 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB115186134-
CMYK0.3800.280.27
HSL136.06º33.97%59.02%-
HSV(B)136.06º38.17%72.94%-
XYZ28.9340.4828.84-
YUV158.84113.9896.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.44%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=26.44%
G=42.76%
B=30.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861340.3800.280.27136.0633.9759.02
Hex73BA862601C1B88223b
Octal16327220646034332104273
Binary111001110111010100001101001100111001101110001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BA86; }

 p { color: rgb(115,186,134); }

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

<style>
 a { background-color: #73BA86; }

 a { background-color: rgb(115,186,134); }

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

<style>
 span { border-color: #73BA86; }

 span { border-color: rgb(115,186,134); }

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