#80C390

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

Shades of Bay Leaf #80C390

Tints of Bay Leaf #80C390

Color information

#80C390 (or 0x80C390) is unknown color: approx Bay Leaf. HEX triplet: 80, C3 and 90. RGB value is (128,195,144). Sum of RGB (Red+Green+Blue) = 128+195+144=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #80C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C390 is #7F3C6F. Grayscale: #A9A9A9. Windows color (decimal): -8338544 or 9487232. OLE color: 9487232.

HSL color Cylindrical-coordinate representation of color #80C390: hue angle of 134.33º degrees, saturation: 0.36, 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 #80C390 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB128195144-
CMYK0.3400.260.24
HSL134.33º35.83%63.33%-
HSV(B)134.33º34.36%76.47%-
XYZ33.4545.6333.43-
YUV169.15113.898.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=27.41%
G=41.76%
B=30.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281951440.3400.260.24134.3335.8363.33
Hex80C3902201A1886243f
Octal20030322042032302064477
Binary1000000011000011100100001000100110101100010000110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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