#82B090

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

Shades of Bay Leaf #82B090

Tints of Bay Leaf #82B090

Color information

#82B090 (or 0x82B090) is unknown color: approx Bay Leaf. HEX triplet: 82, B0 and 90. RGB value is (130,176,144). Sum of RGB (Red+Green+Blue) = 130+176+144=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #82B090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82B090 is #7D4F6F. Grayscale: #9E9E9E. Windows color (decimal): -8212336 or 9482370. OLE color: 9482370.

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

Color convert

RGB130176144-
CMYK0.2600.180.31
HSL138.26º22.55%60%-
HSV(B)138.26º26.14%69.02%-
XYZ29.7737.8132.11-
YUV158.6119.76107.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.89%
GREEN value IS 176 (69.14% from 255) = 39.11%
BLUE value IS 144 (56.64% from 255) = 32%
R=28.89%
G=39.11%
B=32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301761440.2600.180.31138.2622.5560
Hex82B0901A0121F8a173c
Octal20226022032022372122774
Binary10000010101100001001000011010010010111111000101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,176,144); }

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

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

 a { background-color: rgb(130,176,144); }

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

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

 span { border-color: rgb(130,176,144); }

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