#84b99f

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

Shades of Padua #84B99F

Tints of Padua #84B99F

Color information

#84B99F (or 0x84B99F) is unknown color: approx Padua. HEX triplet: 84, B9 and 9F. RGB value is (132,185,159). Sum of RGB (Red+Green+Blue) = 132+185+159=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #84B99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B99F is #7B4660. Grayscale: #A6A6A6. Windows color (decimal): -8078945 or 10467716. OLE color: 10467716.

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

Color convert

RGB132185159-
CMYK0.2900.140.27
HSL150.57º27.46%62.16%-
HSV(B)150.57º28.65%72.55%-
XYZ33.1242.1139.18-
YUV166.19123.94103.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.73%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=27.73%
G=38.87%
B=33.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321851590.2900.140.27150.5727.4662.16
Hex84B99F1D0E1B971b3e
Octal20427123735016332273376
Binary1000010010111001100111111110101110110111001011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84b99f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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