#73BD82

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

Shades of Bay Leaf #73BD82

Tints of Bay Leaf #73BD82

Color information

#73BD82 (or 0x73BD82) is unknown color: approx Bay Leaf. HEX triplet: 73, BD and 82. RGB value is (115,189,130). Sum of RGB (Red+Green+Blue) = 115+189+130=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BD82 is #8C427D. Grayscale: #A0A0A0. Windows color (decimal): -9192062 or 8568179. OLE color: 8568179.

HSL color Cylindrical-coordinate representation of color #73BD82: hue angle of 132.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BD82 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB115189130-
CMYK0.3900.310.26
HSL132.16º35.92%59.61%-
HSV(B)132.16º39.15%74.12%-
XYZ29.341.6527.61-
YUV160.15110.9895.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 189 (74.22% from 255) = 43.55%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=26.50%
G=43.55%
B=29.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151891300.3900.310.26132.1635.9259.61
Hex73BD822701F1A84243c
Octal16327520247037322044474
Binary111001110111101100000101001110111111101010000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,189,130); }

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

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

 a { background-color: rgb(115,189,130); }

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

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

 span { border-color: rgb(115,189,130); }

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