#84B993

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

Shades of Padua #84B993

Tints of Padua #84B993

Color information

#84B993 (or 0x84B993) is unknown color: approx Padua. HEX triplet: 84, B9 and 93. RGB value is (132,185,147). Sum of RGB (Red+Green+Blue) = 132+185+147=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #84B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B993 is #7B466C. Grayscale: #A4A4A4. Windows color (decimal): -8078957 or 9681284. OLE color: 9681284.

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

Color convert

RGB132185147-
CMYK0.2900.210.27
HSL136.98º27.46%62.16%-
HSV(B)136.98º28.65%72.55%-
XYZ32.1341.7133.96-
YUV164.82117.94104.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 185 (72.66% from 255) = 39.87%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=28.45%
G=39.87%
B=31.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321851470.2900.210.27136.9827.4662.16
Hex84B9931D0151B891b3e
Octal20427122335025332113376
Binary10000100101110011001001111101010101110111000100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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