Html Css Color HEX #80B589 Bay Leaf

📋 copy color: '#80B589'

red 128 ◦ green 181 ◦ blue 137

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

Shades of Bay Leaf #80B589

Tints of Bay Leaf #80B589

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

 BLUE value IS 137 (53.91% from 255) = 30.72%

R = 28.7%
G = 40.58%
B = 30.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#80B589 (or 0x80B589) is known color: Bay Leaf. HEX triplet: 80, B5 and 89. RGB value is (128,181,137). Sum of RGB (Red+Green+Blue) = 128+181+137=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #80B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B589 is #7F4A76. Grayscale: #A0A0A0. Windows color (decimal): -8342135 or 9024896. OLE color: 9024896.

HSL color Cylindrical-coordinate representation of color #80B589: hue angle of 130.19º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B589 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 137 -
CMYK 0.29 0 0.24 0.29
HSL 130.19º 0.26% 0.61% -
HSV(B) 130.19º 0.29% 0.71% -
XYZ 29.94 39.44 29.7 -
YUV 160.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 128 181 137 0.29 0 0.24 0.29 130.19 0.26 0.61
Hex 80 B5 89 1D 0 18 1D 82 1A 3D
Octal 200 265 211 35 0 30 35 202 32 75
Binary 10000000 10110101 10001001 11101 0 11000 11101 10000010 11010 111101

Color Harmonies of #80B589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B589

Black with #80B589

Text Example


Text Example

White with #80B589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,137); }

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

background-color css

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

 a { background-color: rgb(128,181,137); }

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

border-color css

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

 span { border-color: rgb(128,181,137); }

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