#82B991

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

Shades of Bay Leaf #82B991

Tints of Bay Leaf #82B991

Color information

#82B991 (or 0x82B991) is unknown color: approx Bay Leaf. HEX triplet: 82, B9 and 91. RGB value is (130,185,145). Sum of RGB (Red+Green+Blue) = 130+185+145=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #82B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B991 is #7D466E. Grayscale: #A4A4A4. Windows color (decimal): -8210031 or 9550210. OLE color: 9550210.

HSL color Cylindrical-coordinate representation of color #82B991: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82B991 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB130185145-
CMYK0.3000.220.27
HSL136.36º28.21%61.76%-
HSV(B)136.36º29.73%72.55%-
XYZ31.6741.4933.13-
YUV164117.28103.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.26%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=28.26%
G=40.22%
B=31.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301851450.3000.220.27136.3628.2161.76
Hex82B9911E0161B881c3e
Octal20227122136026332103476
Binary10000010101110011001000111110010110110111000100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,185,145); }

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

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

 a { background-color: rgb(130,185,145); }

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

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

 span { border-color: rgb(130,185,145); }

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