#80B08A

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

Shades of Bay Leaf #80B08A

Tints of Bay Leaf #80B08A

Color information

#80B08A (or 0x80B08A) is unknown color: approx Bay Leaf. HEX triplet: 80, B0 and 8A. RGB value is (128,176,138). Sum of RGB (Red+Green+Blue) = 128+176+138=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #80B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80B08A is #7F4F75. Grayscale: #9D9D9D. Windows color (decimal): -8343414 or 9089152. OLE color: 9089152.

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

Color convert

RGB128176138-
CMYK0.2700.220.31
HSL132.5º23.3%59.61%-
HSV(B)132.5º27.27%69.02%-
XYZ29.0137.4729.75-
YUV157.32117.1107.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=28.96%
G=39.82%
B=31.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281761380.2700.220.31132.523.359.61
Hex80B08A1B0161F84173c
Octal20026021233026372042774
Binary10000000101100001000101011011010110111111000010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,176,138); }

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

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

 a { background-color: rgb(128,176,138); }

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

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

 span { border-color: rgb(128,176,138); }

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