#82B794

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

Shades of Padua #82B794

Tints of Padua #82B794

Color information

#82B794 (or 0x82B794) is unknown color: approx Padua. HEX triplet: 82, B7 and 94. RGB value is (130,183,148). Sum of RGB (Red+Green+Blue) = 130+183+148=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #82B794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B794 is #7D486B. Grayscale: #A3A3A3. Windows color (decimal): -8210540 or 9746306. OLE color: 9746306.

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

Color convert

RGB130183148-
CMYK0.2900.190.28
HSL140.38º26.9%61.37%-
HSV(B)140.38º28.96%71.76%-
XYZ31.4840.7534.22-
YUV163.16119.44104.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=28.20%
G=39.70%
B=32.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301831480.2900.190.28140.3826.961.37
Hex82B7941D0131C8c1b3d
Octal20226722435023342143375
Binary10000010101101111001010011101010011111001000110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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