#80BE92

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

Shades of Bay Leaf #80BE92

Tints of Bay Leaf #80BE92

Color information

#80BE92 (or 0x80BE92) is unknown color: approx Bay Leaf. HEX triplet: 80, BE and 92. RGB value is (128,190,146). Sum of RGB (Red+Green+Blue) = 128+190+146=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BE92 is #7F416D. Grayscale: #A6A6A6. Windows color (decimal): -8339822 or 9617024. OLE color: 9617024.

HSL color Cylindrical-coordinate representation of color #80BE92: hue angle of 137.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BE92 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB128190146-
CMYK0.3300.230.25
HSL137.42º32.29%62.35%-
HSV(B)137.42º32.63%74.51%-
XYZ32.543.4933.88-
YUV166.45116.46100.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 146 (57.42% from 255) = 31.47%
R=27.59%
G=40.95%
B=31.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281901460.3300.230.25137.4232.2962.35
Hex80BE92210171989203e
Octal20027622241027312114076
Binary1000000010111110100100101000010101111100110001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,190,146); }

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

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

 a { background-color: rgb(128,190,146); }

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

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

 span { border-color: rgb(128,190,146); }

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