Html Css Color HEX #80B189 Bay Leaf

📋 copy color: '#80B189'

red 128 ◦ green 177 ◦ blue 137

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

Shades of Bay Leaf #80B189

Tints of Bay Leaf #80B189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.05%

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

R = 28.96%
G = 40.05%
B = 31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#80B189 (or 0x80B189) is known color: Bay Leaf. HEX triplet: 80, B1 and 89. RGB value is (128,177,137). Sum of RGB (Red+Green+Blue) = 128+177+137=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #80B189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B189 is #7F4E76. Grayscale: #9D9D9D. Windows color (decimal): -8343159 or 9023872. OLE color: 9023872.

HSL color Cylindrical-coordinate representation of color #80B189: hue angle of 131.02º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80B189 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 137 -
CMYK 0.28 0 0.23 0.31
HSL 131.02º 0.24% 0.6% -
HSV(B) 131.02º 0.28% 0.69% -
XYZ 29.14 37.84 29.43 -
YUV 157.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 128 177 137 0.28 0 0.23 0.31 131.02 0.24 0.6
Hex 80 B1 89 1C 0 17 1F 83 18 3C
Octal 200 261 211 34 0 27 37 203 30 74
Binary 10000000 10110001 10001001 11100 0 10111 11111 10000011 11000 111100

Color Harmonies of #80B189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B189

Black with #80B189

Text Example


Text Example

White with #80B189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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