#84B99C

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

Shades of Padua #84B99C

Tints of Padua #84B99C

Color information

#84B99C (or 0x84B99C) is unknown color: approx Padua. HEX triplet: 84, B9 and 9C. RGB value is (132,185,156). Sum of RGB (Red+Green+Blue) = 132+185+156=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #84B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B99C is #7B4663. Grayscale: #A5A5A5. Windows color (decimal): -8078948 or 10271108. OLE color: 10271108.

HSL color Cylindrical-coordinate representation of color #84B99C: hue angle of 147.17º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B99C is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB132185156-
CMYK0.2900.160.27
HSL147.17º27.46%62.16%-
HSV(B)147.17º28.65%72.55%-
XYZ32.874237.83-
YUV165.85122.44103.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=27.91%
G=39.11%
B=32.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321851560.2900.160.27147.1727.4662.16
Hex84B99C1D0101B931b3e
Octal20427123435020332233376
Binary10000100101110011001110011101010000110111001001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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