#84B49A

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

Shades of Padua #84B49A

Tints of Padua #84B49A

Color information

#84B49A (or 0x84B49A) is unknown color: approx Padua. HEX triplet: 84, B4 and 9A. RGB value is (132,180,154). Sum of RGB (Red+Green+Blue) = 132+180+154=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #84B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B49A is #7B4B65. Grayscale: #A2A2A2. Windows color (decimal): -8080230 or 10138756. OLE color: 10138756.

HSL color Cylindrical-coordinate representation of color #84B49A: hue angle of 147.5º 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 #84B49A is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB132180154-
CMYK0.2700.140.29
HSL147.5º24.24%61.18%-
HSV(B)147.5º26.67%70.59%-
XYZ31.6739.8836.6-
YUV162.68123.1106.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=28.33%
G=38.63%
B=33.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321801540.2700.140.29147.524.2461.18
Hex84B49A1B0E1D94183d
Octal20426423233016352243075
Binary1000010010110100100110101101101110111011001010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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