#80B990

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

Shades of Bay Leaf #80B990

Tints of Bay Leaf #80B990

Color information

#80B990 (or 0x80B990) is unknown color: approx Bay Leaf. HEX triplet: 80, B9 and 90. RGB value is (128,185,144). Sum of RGB (Red+Green+Blue) = 128+185+144=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #80B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B990 is #7F466F. Grayscale: #A3A3A3. Windows color (decimal): -8341104 or 9484672. OLE color: 9484672.

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

Color convert

RGB128185144-
CMYK0.3100.220.27
HSL136.84º28.93%61.37%-
HSV(B)136.84º30.81%72.55%-
XYZ31.2941.332.71-
YUV163.28117.12102.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=28.01%
G=40.48%
B=31.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281851440.3100.220.27136.8428.9361.37
Hex80B9901F0161B891d3d
Octal20027122037026332113575
Binary10000000101110011001000011111010110110111000100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,185,144); }

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

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

 a { background-color: rgb(128,185,144); }

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

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

 span { border-color: rgb(128,185,144); }

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