#82BC9D

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

Shades of Padua #82BC9D

Tints of Padua #82BC9D

Color information

#82BC9D (or 0x82BC9D) is unknown color: approx Padua. HEX triplet: 82, BC and 9D. RGB value is (130,188,157). Sum of RGB (Red+Green+Blue) = 130+188+157=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC9D is #7D4362. Grayscale: #A7A7A7. Windows color (decimal): -8209251 or 10337410. OLE color: 10337410.

HSL color Cylindrical-coordinate representation of color #82BC9D: hue angle of 147.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BC9D is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB130188157-
CMYK0.3100.160.26
HSL147.93º30.21%62.35%-
HSV(B)147.93º30.85%73.73%-
XYZ33.2743.1538.47-
YUV167.12122.28101.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=27.37%
G=39.58%
B=33.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301881570.3100.160.26147.9330.2162.35
Hex82BC9D1F0101A941e3e
Octal20227423537020322243676
Binary10000010101111001001110111111010000110101001010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,157); }

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

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

 a { background-color: rgb(130,188,157); }

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

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

 span { border-color: rgb(130,188,157); }

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