#80BF92

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

Shades of Bay Leaf #80BF92

Tints of Bay Leaf #80BF92

Color information

#80BF92 (or 0x80BF92) is unknown color: approx Bay Leaf. HEX triplet: 80, BF and 92. RGB value is (128,191,146). Sum of RGB (Red+Green+Blue) = 128+191+146=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF92 is #7F406D. Grayscale: #A7A7A7. Windows color (decimal): -8339566 or 9617280. OLE color: 9617280.

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

Color convert

RGB128191146-
CMYK0.3300.240.25
HSL137.14º32.98%62.55%-
HSV(B)137.14º32.98%74.9%-
XYZ32.7243.9333.95-
YUV167.03116.13100.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 191 (75% from 255) = 41.08%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=27.53%
G=41.08%
B=31.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281911460.3300.240.25137.1432.9862.55
Hex80BF92210181989213f
Octal20027722241030312114177
Binary1000000010111111100100101000010110001100110001001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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