#82BB96

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

Shades of Padua #82BB96

Tints of Padua #82BB96

Color information

#82BB96 (or 0x82BB96) is unknown color: approx Padua. HEX triplet: 82, BB and 96. RGB value is (130,187,150). Sum of RGB (Red+Green+Blue) = 130+187+150=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB96 is #7D4469. Grayscale: #A5A5A5. Windows color (decimal): -8209514 or 9878402. OLE color: 9878402.

HSL color Cylindrical-coordinate representation of color #82BB96: hue angle of 141.05º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BB96 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB130187150-
CMYK0.3000.200.27
HSL141.05º29.53%62.16%-
HSV(B)141.05º30.48%73.33%-
XYZ32.4842.4935.34-
YUV165.74119.12102.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=27.84%
G=40.04%
B=32.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871500.3000.200.27141.0529.5362.16
Hex82BB961E0141B8d1e3e
Octal20227322636024332153676
Binary10000010101110111001011011110010100110111000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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