#82A38C

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

Shades of Bay Leaf #82A38C

Tints of Bay Leaf #82A38C

Color information

#82A38C (or 0x82A38C) is unknown color: approx Bay Leaf. HEX triplet: 82, A3 and 8C. RGB value is (130,163,140). Sum of RGB (Red+Green+Blue) = 130+163+140=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #82A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A38C is #7D5C73. Grayscale: #969696. Windows color (decimal): -8215668 or 9216898. OLE color: 9216898.

HSL color Cylindrical-coordinate representation of color #82A38C: hue angle of 138.18º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A38C is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB130163140-
CMYK0.2000.140.36
HSL138.18º15.21%57.45%-
HSV(B)138.18º20.25%63.92%-
XYZ27.0432.8329.72-
YUV150.51122.07113.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=30.02%
G=37.64%
B=32.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301631400.2000.140.36138.1815.2157.45
Hex82A38C140E248af39
Octal20224321424016442121771
Binary1000001010100011100011001010001110100100100010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,163,140); }

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

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

 a { background-color: rgb(130,163,140); }

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

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

 span { border-color: rgb(130,163,140); }

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