#84AB96

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

Shades of Padua #84AB96

Tints of Padua #84AB96

Color information

#84AB96 (or 0x84AB96) is unknown color: approx Padua. HEX triplet: 84, AB and 96. RGB value is (132,171,150). Sum of RGB (Red+Green+Blue) = 132+171+150=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AB96 is #7B5469. Grayscale: #9C9C9C. Windows color (decimal): -8082538 or 9874308. OLE color: 9874308.

HSL color Cylindrical-coordinate representation of color #84AB96: hue angle of 147.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AB96 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB132171150-
CMYK0.2300.120.33
HSL147.69º18.84%59.41%-
HSV(B)147.69º22.81%67.06%-
XYZ29.5836.2334.29-
YUV156.94124.08110.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=29.14%
G=37.75%
B=33.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321711500.2300.120.33147.6918.8459.41
Hex84AB96170C2194133b
Octal20425322627014412242373
Binary10000100101010111001011010111011001000011001010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,150); }

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

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

 a { background-color: rgb(132,171,150); }

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

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

 span { border-color: rgb(132,171,150); }

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