#80C192

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

Shades of Bay Leaf #80C192

Tints of Bay Leaf #80C192

Color information

#80C192 (or 0x80C192) is unknown color: approx Bay Leaf. HEX triplet: 80, C1 and 92. RGB value is (128,193,146). Sum of RGB (Red+Green+Blue) = 128+193+146=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #80C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C192 is #7F3E6D. Grayscale: #A8A8A8. Windows color (decimal): -8339054 or 9617792. OLE color: 9617792.

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

Color convert

RGB128193146-
CMYK0.3400.240.24
HSL136.62º34.39%62.94%-
HSV(B)136.62º33.68%75.69%-
XYZ33.1644.834.09-
YUV168.21115.4799.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=27.41%
G=41.33%
B=31.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281931460.3400.240.24136.6234.3962.94
Hex80C192220181889223f
Octal20030122242030302114277
Binary1000000011000001100100101000100110001100010001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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