#84B49C

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

Shades of Padua #84B49C

Tints of Padua #84B49C

Color information

#84B49C (or 0x84B49C) is unknown color: approx Padua. HEX triplet: 84, B4 and 9C. RGB value is (132,180,156). Sum of RGB (Red+Green+Blue) = 132+180+156=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #84B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B49C is #7B4B63. Grayscale: #A2A2A2. Windows color (decimal): -8080228 or 10269828. OLE color: 10269828.

HSL color Cylindrical-coordinate representation of color #84B49C: hue angle of 150º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B49C is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB132180156-
CMYK0.2700.130.29
HSL150º24.24%61.18%-
HSV(B)150º26.67%70.59%-
XYZ31.8439.9537.49-
YUV162.91124.1105.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 156 (61.33% from 255) = 33.33%
R=28.21%
G=38.46%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321801560.2700.130.2915024.2461.18
Hex84B49C1B0D1D96183d
Octal20426423433015352263075
Binary1000010010110100100111001101101101111011001011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,156); }

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

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

 a { background-color: rgb(132,180,156); }

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

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

 span { border-color: rgb(132,180,156); }

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