#84B394

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

Shades of Padua #84B394

Tints of Padua #84B394

Color information

#84B394 (or 0x84B394) is unknown color: approx Padua. HEX triplet: 84, B3 and 94. RGB value is (132,179,148). Sum of RGB (Red+Green+Blue) = 132+179+148=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #84B394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B394 is #7B4C6B. Grayscale: #A1A1A1. Windows color (decimal): -8080492 or 9745284. OLE color: 9745284.

HSL color Cylindrical-coordinate representation of color #84B394: hue angle of 140.43º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B394 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB132179148-
CMYK0.2600.170.30
HSL140.43º23.62%60.98%-
HSV(B)140.43º26.26%70.2%-
XYZ30.9839.2833.97-
YUV161.41120.43107.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.76%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=28.76%
G=39.00%
B=32.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321791480.2600.170.30140.4323.6260.98
Hex84B3941A0111E8c183d
Octal20426322432021362143075
Binary10000100101100111001010011010010001111101000110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,179,148); }

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

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

 a { background-color: rgb(132,179,148); }

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

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

 span { border-color: rgb(132,179,148); }

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