Html Css Color HEX #80BE91 Bay Leaf

📋 copy color: '#80BE91'

red 128 ◦ green 190 ◦ blue 145

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

Shades of Bay Leaf #80BE91

Tints of Bay Leaf #80BE91

RGB

 RED value IS 128 (50.39% from 255) = 27.65%

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

 BLUE value IS 145 (57.03% from 255) = 31.32%

R = 27.65%
G = 41.04%
B = 31.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#80BE91 (or 0x80BE91) is known color: Bay Leaf. HEX triplet: 80, BE and 91. RGB value is (128,190,145). Sum of RGB (Red+Green+Blue) = 128+190+145=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE91 is #7F416E. Grayscale: #A6A6A6. Windows color (decimal): -8339823 or 9551488. OLE color: 9551488.

HSL color Cylindrical-coordinate representation of color #80BE91: hue angle of 136.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BE91 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 145 -
CMYK 0.33 0 0.24 0.25
HSL 136.45º 0.32% 0.62% -
HSV(B) 136.45º 0.33% 0.75% -
XYZ 32.43 43.46 33.47 -
YUV 166.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 128 190 145 0.33 0 0.24 0.25 136.45 0.32 0.62
Hex 80 BE 91 21 0 18 19 88 20 3E
Octal 200 276 221 41 0 30 31 210 40 76
Binary 10000000 10111110 10010001 100001 0 11000 11001 10001000 100000 111110

Color Harmonies of #80BE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE91

Black with #80BE91

Text Example


Text Example

White with #80BE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BE91; }

 p { color: rgb(128,190,145); }

 H1.HeaderClassName
 {
   color: #80BE91;
 }
 .AnyTagClassName
 {
   color: #80BE91;
 }
</style>

background-color css

<style>
 a { background-color: #80BE91; }

 a { background-color: rgb(128,190,145); }

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

border-color css

<style>
 span { border-color: #80BE91; }

 span { border-color: rgb(128,190,145); }

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