#84B796

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

Shades of Padua #84B796

Tints of Padua #84B796

Color information

#84B796 (or 0x84B796) is unknown color: approx Padua. HEX triplet: 84, B7 and 96. RGB value is (132,183,150). Sum of RGB (Red+Green+Blue) = 132+183+150=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #84B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B796 is #7B4869. Grayscale: #A4A4A4. Windows color (decimal): -8079466 or 9877380. OLE color: 9877380.

HSL color Cylindrical-coordinate representation of color #84B796: hue angle of 141.18º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B796 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB132183150-
CMYK0.2800.180.28
HSL141.18º26.15%61.76%-
HSV(B)141.18º27.87%71.76%-
XYZ31.9540.9735.08-
YUV163.99120.1105.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 183 (71.88% from 255) = 39.35%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=28.39%
G=39.35%
B=32.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321831500.2800.180.28141.1826.1561.76
Hex84B7961C0121C8d1a3e
Octal20426722634022342153276
Binary10000100101101111001011011100010010111001000110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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