#82B58E

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

Shades of Bay Leaf #82B58E

Tints of Bay Leaf #82B58E

Color information

#82B58E (or 0x82B58E) is unknown color: approx Bay Leaf. HEX triplet: 82, B5 and 8E. RGB value is (130,181,142). Sum of RGB (Red+Green+Blue) = 130+181+142=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #82B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B58E is #7D4A71. Grayscale: #A1A1A1. Windows color (decimal): -8211058 or 9352578. OLE color: 9352578.

HSL color Cylindrical-coordinate representation of color #82B58E: hue angle of 134.12º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B58E is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB130181142-
CMYK0.2800.220.29
HSL134.12º25.63%60.98%-
HSV(B)134.12º28.18%70.98%-
XYZ30.6139.7531.65-
YUV161.3117.1105.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=28.70%
G=39.96%
B=31.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301811420.2800.220.29134.1225.6360.98
Hex82B58E1C0161D861a3d
Octal20226521634026352063275
Binary10000010101101011000111011100010110111011000011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B58E; }

 p { color: rgb(130,181,142); }

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

<style>
 a { background-color: #82B58E; }

 a { background-color: rgb(130,181,142); }

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

<style>
 span { border-color: #82B58E; }

 span { border-color: rgb(130,181,142); }

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