#82B18B

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

Shades of Bay Leaf #82B18B

Tints of Bay Leaf #82B18B

Color information

#82B18B (or 0x82B18B) is unknown color: approx Bay Leaf. HEX triplet: 82, B1 and 8B. RGB value is (130,177,139). Sum of RGB (Red+Green+Blue) = 130+177+139=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #82B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B18B is #7D4E74. Grayscale: #9E9E9E. Windows color (decimal): -8212085 or 9154946. OLE color: 9154946.

HSL color Cylindrical-coordinate representation of color #82B18B: hue angle of 131.49º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82B18B is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB130177139-
CMYK0.2700.210.31
HSL131.49º23.15%60.2%-
HSV(B)131.49º26.55%69.41%-
XYZ29.5938.0530.21-
YUV158.62116.93107.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=29.15%
G=39.69%
B=31.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771390.2700.210.31131.4923.1560.2
Hex82B18B1B0151F83173c
Octal20226121333025372032774
Binary10000010101100011000101111011010101111111000001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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