#84BA95

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

Shades of Padua #84BA95

Tints of Padua #84BA95

Color information

#84BA95 (or 0x84BA95) is unknown color: approx Padua. HEX triplet: 84, BA and 95. RGB value is (132,186,149). Sum of RGB (Red+Green+Blue) = 132+186+149=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA95 is #7B456A. Grayscale: #A5A5A5. Windows color (decimal): -8078699 or 9812612. OLE color: 9812612.

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

Color convert

RGB132186149-
CMYK0.2900.200.27
HSL138.89º28.12%62.35%-
HSV(B)138.89º29.03%72.94%-
XYZ32.542.1934.86-
YUV165.64118.61104.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=28.27%
G=39.83%
B=31.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861490.2900.200.27138.8928.1262.35
Hex84BA951D0141B8b1c3e
Octal20427222535024332133476
Binary10000100101110101001010111101010100110111000101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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