#82B78B

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

Shades of Bay Leaf #82B78B

Tints of Bay Leaf #82B78B

Color information

#82B78B (or 0x82B78B) is unknown color: approx Bay Leaf. HEX triplet: 82, B7 and 8B. RGB value is (130,183,139). Sum of RGB (Red+Green+Blue) = 130+183+139=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #82B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B78B is #7D4874. Grayscale: #A2A2A2. Windows color (decimal): -8210549 or 9156482. OLE color: 9156482.

HSL color Cylindrical-coordinate representation of color #82B78B: hue angle of 130.19º 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 #82B78B is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB130183139-
CMYK0.2900.240.28
HSL130.19º26.9%61.37%-
HSV(B)130.19º28.96%71.76%-
XYZ30.840.4830.62-
YUV162.14114.94105.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=28.76%
G=40.49%
B=30.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831390.2900.240.28130.1926.961.37
Hex82B78B1D0181C821b3d
Octal20226721335030342023375
Binary10000010101101111000101111101011000111001000001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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