#82B78D

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

Shades of Bay Leaf #82B78D

Tints of Bay Leaf #82B78D

Color information

#82B78D (or 0x82B78D) is unknown color: approx Bay Leaf. HEX triplet: 82, B7 and 8D. RGB value is (130,183,141). Sum of RGB (Red+Green+Blue) = 130+183+141=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #82B78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B78D is #7D4872. Grayscale: #A2A2A2. Windows color (decimal): -8210547 or 9287554. OLE color: 9287554.

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

Color convert

RGB130183141-
CMYK0.2900.230.28
HSL132.45º26.9%61.37%-
HSV(B)132.45º28.96%71.76%-
XYZ30.9540.5431.39-
YUV162.36115.94104.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.63%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 141 (55.47% from 255) = 31.06%
R=28.63%
G=40.31%
B=31.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831410.2900.230.28132.4526.961.37
Hex82B78D1D0171C841b3d
Octal20226721535027342043375
Binary10000010101101111000110111101010111111001000010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,141); }

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

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

 a { background-color: rgb(130,183,141); }

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

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

 span { border-color: rgb(130,183,141); }

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