#84B79A

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

Shades of Padua #84B79A

Tints of Padua #84B79A

Color information

#84B79A (or 0x84B79A) is unknown color: approx Padua. HEX triplet: 84, B7 and 9A. RGB value is (132,183,154). Sum of RGB (Red+Green+Blue) = 132+183+154=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #84B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B79A is #7B4865. Grayscale: #A4A4A4. Windows color (decimal): -8079462 or 10139524. OLE color: 10139524.

HSL color Cylindrical-coordinate representation of color #84B79A: hue angle of 145.88º 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 #84B79A is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB132183154-
CMYK0.2800.160.28
HSL145.88º26.15%61.76%-
HSV(B)145.88º27.87%71.76%-
XYZ32.2841.1136.8-
YUV164.44122.1104.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=28.14%
G=39.02%
B=32.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1321831540.2800.160.28145.8826.1561.76
Hex84B79A1C0101C921a3e
Octal20426723234020342223276
Binary10000100101101111001101011100010000111001001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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