#84B29B

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

Shades of Padua #84B29B

Tints of Padua #84B29B

Color information

#84B29B (or 0x84B29B) is unknown color: approx Padua. HEX triplet: 84, B2 and 9B. RGB value is (132,178,155). Sum of RGB (Red+Green+Blue) = 132+178+155=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #84B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B29B is #7B4D64. Grayscale: #A1A1A1. Windows color (decimal): -8080741 or 10203780. OLE color: 10203780.

HSL color Cylindrical-coordinate representation of color #84B29B: hue angle of 150º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84B29B is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB132178155-
CMYK0.2600.130.30
HSL150º23%60.78%-
HSV(B)150º25.84%69.8%-
XYZ31.3539.1136.91-
YUV161.62124.26106.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=28.39%
G=38.28%
B=33.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321781550.2600.130.301502360.78
Hex84B29B1A0D1E96173d
Octal20426223332015362262775
Binary1000010010110010100110111101001101111101001011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,178,155); }

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

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

 a { background-color: rgb(132,178,155); }

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

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

 span { border-color: rgb(132,178,155); }

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