#84B495

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

Shades of Padua #84B495

Tints of Padua #84B495

Color information

#84B495 (or 0x84B495) is unknown color: approx Padua. HEX triplet: 84, B4 and 95. RGB value is (132,180,149). Sum of RGB (Red+Green+Blue) = 132+180+149=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #84B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B495 is #7B4B6A. Grayscale: #A2A2A2. Windows color (decimal): -8080235 or 9811076. OLE color: 9811076.

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

Color convert

RGB132180149-
CMYK0.2700.170.29
HSL141.25º24.24%61.18%-
HSV(B)141.25º26.67%70.59%-
XYZ31.2639.7234.45-
YUV162.11120.6106.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=28.63%
G=39.05%
B=32.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321801490.2700.170.29141.2524.2461.18
Hex84B4951B0111D8d183d
Octal20426422533021352153075
Binary10000100101101001001010111011010001111011000110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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