#84B29A

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

Shades of Padua #84B29A

Tints of Padua #84B29A

Color information

#84B29A (or 0x84B29A) is unknown color: approx Padua. HEX triplet: 84, B2 and 9A. RGB value is (132,178,154). Sum of RGB (Red+Green+Blue) = 132+178+154=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #84B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B29A is #7B4D65. Grayscale: #A1A1A1. Windows color (decimal): -8080742 or 10138244. OLE color: 10138244.

HSL color Cylindrical-coordinate representation of color #84B29A: hue angle of 148.7º 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 #84B29A is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB132178154-
CMYK0.2600.130.30
HSL148.7º23%60.78%-
HSV(B)148.7º25.84%69.8%-
XYZ31.2739.0836.47-
YUV161.51123.76106.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=28.45%
G=38.36%
B=33.19%

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
Decimal1321781540.2600.130.30148.72360.78
Hex84B29A1A0D1E95173d
Octal20426223232015362252775
Binary1000010010110010100110101101001101111101001010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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