#82B796

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

Shades of Padua #82B796

Tints of Padua #82B796

Color information

#82B796 (or 0x82B796) is unknown color: approx Padua. HEX triplet: 82, B7 and 96. RGB value is (130,183,150). Sum of RGB (Red+Green+Blue) = 130+183+150=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #82B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B796 is #7D4869. Grayscale: #A3A3A3. Windows color (decimal): -8210538 or 9877378. OLE color: 9877378.

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

Color convert

RGB130183150-
CMYK0.2900.180.28
HSL142.64º26.9%61.37%-
HSV(B)142.64º28.96%71.76%-
XYZ31.6440.8135.06-
YUV163.39120.44104.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.08%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=28.08%
G=39.52%
B=32.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831500.2900.180.28142.6426.961.37
Hex82B7961D0121C8f1b3d
Octal20226722635022342173375
Binary10000010101101111001011011101010010111001000111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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