#73BA85

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

Shades of Bay Leaf #73BA85

Tints of Bay Leaf #73BA85

Color information

#73BA85 (or 0x73BA85) is unknown color: approx Bay Leaf. HEX triplet: 73, BA and 85. RGB value is (115,186,133). Sum of RGB (Red+Green+Blue) = 115+186+133=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA85 is #8C457A. Grayscale: #9E9E9E. Windows color (decimal): -9192827 or 8764019. OLE color: 8764019.

HSL color Cylindrical-coordinate representation of color #73BA85: hue angle of 135.21º 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 #73BA85 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB115186133-
CMYK0.3800.280.27
HSL135.21º33.97%59.02%-
HSV(B)135.21º38.17%72.94%-
XYZ28.8640.4628.48-
YUV158.73113.4896.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 186 (73.05% from 255) = 42.86%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=26.50%
G=42.86%
B=30.65%

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
Decimal1151861330.3800.280.27135.2133.9759.02
Hex73BA852601C1B87223b
Octal16327220546034332074273
Binary111001110111010100001011001100111001101110000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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