#84B997

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

Shades of Padua #84B997

Tints of Padua #84B997

Color information

#84B997 (or 0x84B997) is unknown color: approx Padua. HEX triplet: 84, B9 and 97. RGB value is (132,185,151). Sum of RGB (Red+Green+Blue) = 132+185+151=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #84B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B997 is #7B4668. Grayscale: #A5A5A5. Windows color (decimal): -8078953 or 9943428. OLE color: 9943428.

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

Color convert

RGB132185151-
CMYK0.2900.180.27
HSL141.51º27.46%62.16%-
HSV(B)141.51º28.65%72.55%-
XYZ32.4541.8435.64-
YUV165.28119.94104.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.21%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=28.21%
G=39.53%
B=32.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321851510.2900.180.27141.5127.4662.16
Hex84B9971D0121B8e1b3e
Octal20427122735022332163376
Binary10000100101110011001011111101010010110111000111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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