#84B994

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

Shades of Padua #84B994

Tints of Padua #84B994

Color information

#84B994 (or 0x84B994) is unknown color: approx Padua. HEX triplet: 84, B9 and 94. RGB value is (132,185,148). Sum of RGB (Red+Green+Blue) = 132+185+148=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #84B994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B994 is #7B466B. Grayscale: #A5A5A5. Windows color (decimal): -8078956 or 9746820. OLE color: 9746820.

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

Color convert

RGB132185148-
CMYK0.2900.200.27
HSL138.11º27.46%62.16%-
HSV(B)138.11º28.65%72.55%-
XYZ32.2141.7434.38-
YUV164.94118.44104.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=28.39%
G=39.78%
B=31.83%

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
Decimal1321851480.2900.200.27138.1127.4662.16
Hex84B9941D0141B8a1b3e
Octal20427122435024332123376
Binary10000100101110011001010011101010100110111000101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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