#84BD97

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

Shades of Padua #84BD97

Tints of Padua #84BD97

Color information

#84BD97 (or 0x84BD97) is unknown color: approx Padua. HEX triplet: 84, BD and 97. RGB value is (132,189,151). Sum of RGB (Red+Green+Blue) = 132+189+151=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BD97 is #7B4268. Grayscale: #A7A7A7. Windows color (decimal): -8077929 or 9944452. OLE color: 9944452.

HSL color Cylindrical-coordinate representation of color #84BD97: hue angle of 140º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BD97 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB132189151-
CMYK0.3000.200.26
HSL140º30.16%62.94%-
HSV(B)140º30.16%74.12%-
XYZ33.343.5435.93-
YUV167.62118.62102.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=27.97%
G=40.04%
B=31.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891510.3000.200.2614030.1662.94
Hex84BD971E0141A8c1e3f
Octal20427522736024322143677
Binary10000100101111011001011111110010100110101000110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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