#80B188

Color #80B188 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #80B188

Tints of Bay Leaf #80B188

Color information

#80B188 (or 0x80B188) is unknown color: approx Bay Leaf. HEX triplet: 80, B1 and 88. RGB value is (128,177,136). Sum of RGB (Red+Green+Blue) = 128+177+136=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #80B188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B188 is #7F4E77. Grayscale: #9D9D9D. Windows color (decimal): -8343160 or 8958336. OLE color: 8958336.

HSL color Cylindrical-coordinate representation of color #80B188: hue angle of 129.8º 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 #80B188 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB128177136-
CMYK0.2800.230.31
HSL129.8º23.9%59.8%-
HSV(B)129.8º27.68%69.41%-
XYZ29.0737.8129.06-
YUV157.67115.77106.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=29.02%
G=40.14%
B=30.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281771360.2800.230.31129.823.959.8
Hex80B1881C0171F82183c
Octal20026121034027372023074
Binary10000000101100011000100011100010111111111000001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80B188;
 }
 .AnyTagClassName
 {
   color: #80B188;
 }
</style>
background-color css

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

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

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

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

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

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