Html Css Color HEX #73BC82 Bay Leaf

📋 copy color: '#73BC82'

red 115 ◦ green 188 ◦ blue 130

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

Shades of Bay Leaf #73BC82

Tints of Bay Leaf #73BC82

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 26.56%
G = 43.42%
B = 30.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#73BC82 (or 0x73BC82) is known color: Bay Leaf. HEX triplet: 73, BC and 82. RGB value is (115,188,130). Sum of RGB (Red+Green+Blue) = 115+188+130=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC82 is #8C437D. Grayscale: #9F9F9F. Windows color (decimal): -9192318 or 8567923. OLE color: 8567923.

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

Color convert

RGB 115 188 130 -
CMYK 0.39 0 0.31 0.26
HSL 132.33º 0.35% 0.59% -
HSV(B) 132.33º 0.39% 0.74% -
XYZ 29.08 41.22 27.54 -
YUV 159.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 115 188 130 0.39 0 0.31 0.26 132.33 0.35 0.59
Hex 73 BC 82 27 0 1F 1A 84 23 3B
Octal 163 274 202 47 0 37 32 204 43 73
Binary 1110011 10111100 10000010 100111 0 11111 11010 10000100 100011 111011

Color Harmonies of #73BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC82

Black with #73BC82

Text Example


Text Example

White with #73BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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