Html Css Color HEX #73BE85 Bay Leaf

📋 copy color: '#73BE85'

red 115 ◦ green 190 ◦ blue 133

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

Shades of Bay Leaf #73BE85

Tints of Bay Leaf #73BE85

RGB

 RED value IS 115 (45.31% from 255) = 26.26%

 GREEN value IS 190 (74.61% from 255) = 43.38%

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 26.26%
G = 43.38%
B = 30.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#73BE85 (or 0x73BE85) is known color: Bay Leaf. HEX triplet: 73, BE and 85. RGB value is (115,190,133). Sum of RGB (Red+Green+Blue) = 115+190+133=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #73BE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BE85 is #8C417A. Grayscale: #A1A1A1. Windows color (decimal): -9191803 or 8765043. OLE color: 8765043.

HSL color Cylindrical-coordinate representation of color #73BE85: hue angle of 134.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BE85 is Cyan = 0.39, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 190 133 -
CMYK 0.39 0 0.3 0.25
HSL 134.4º 0.37% 0.6% -
HSV(B) 134.4º 0.39% 0.75% -
XYZ 29.72 42.17 28.76 -
YUV 161.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 115 190 133 0.39 0 0.3 0.25 134.4 0.37 0.6
Hex 73 BE 85 27 0 1E 19 86 25 3C
Octal 163 276 205 47 0 36 31 206 45 74
Binary 1110011 10111110 10000101 100111 0 11110 11001 10000110 100101 111100

Color Harmonies of #73BE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BE85

Black with #73BE85

Text Example


Text Example

White with #73BE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73BE85;
 }
 .AnyTagClassName
 {
   color: #73BE85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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