#84B099

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

Shades of Padua #84B099

Tints of Padua #84B099

Color information

#84B099 (or 0x84B099) is unknown color: approx Padua. HEX triplet: 84, B0 and 99. RGB value is (132,176,153). Sum of RGB (Red+Green+Blue) = 132+176+153=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #84B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B099 is #7B4F66. Grayscale: #A0A0A0. Windows color (decimal): -8081255 or 10072196. OLE color: 10072196.

HSL color Cylindrical-coordinate representation of color #84B099: hue angle of 148.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B099 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB132176153-
CMYK0.2500.130.31
HSL148.64º21.78%60.39%-
HSV(B)148.64º25%69.02%-
XYZ30.7938.2635.9-
YUV160.22123.92107.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=28.63%
G=38.18%
B=33.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761530.2500.130.31148.6421.7860.39
Hex84B099190D1F95163c
Octal20426023131015372252674
Binary1000010010110000100110011100101101111111001010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,176,153); }

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

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

 a { background-color: rgb(132,176,153); }

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

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

 span { border-color: rgb(132,176,153); }

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