#80B18D

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

Shades of Bay Leaf #80B18D

Tints of Bay Leaf #80B18D

Color information

#80B18D (or 0x80B18D) is unknown color: approx Bay Leaf. HEX triplet: 80, B1 and 8D. RGB value is (128,177,141). Sum of RGB (Red+Green+Blue) = 128+177+141=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #80B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B18D is #7F4E72. Grayscale: #9E9E9E. Windows color (decimal): -8343155 or 9286016. OLE color: 9286016.

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

Color convert

RGB128177141-
CMYK0.2800.200.31
HSL135.92º23.9%59.8%-
HSV(B)135.92º27.68%69.41%-
XYZ29.4337.9630.97-
YUV158.24118.27106.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.70%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=28.70%
G=39.69%
B=31.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281771410.2800.200.31135.9223.959.8
Hex80B18D1C0141F88183c
Octal20026121534024372103074
Binary10000000101100011000110111100010100111111000100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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