Html Css Color HEX #84B29C Padua

📋 copy color: '#84B29C'

red 132 ◦ green 178 ◦ blue 156

#84B29C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #84B29C

Tints of Padua #84B29C

RGB

 RED value IS 132 (51.95% from 255) = 28.33%

 GREEN value IS 178 (69.92% from 255) = 38.2%

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 28.33%
G = 38.2%
B = 33.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#84B29C (or 0x84B29C) is known color: Padua. HEX triplet: 84, B2 and 9C. RGB value is (132,178,156). Sum of RGB (Red+Green+Blue) = 132+178+156=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #84B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B29C is #7B4D63. Grayscale: #A1A1A1. Windows color (decimal): -8080740 or 10269316. OLE color: 10269316.

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

Color convert

RGB 132 178 156 -
CMYK 0.26 0 0.12 0.30
HSL 151.3º 0.23% 0.61% -
HSV(B) 151.3º 0.26% 0.7% -
XYZ 31.44 39.15 37.35 -
YUV 161.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 132 178 156 0.26 0 0.12 0.30 151.3 0.23 0.61
Hex 84 B2 9C 1A 0 C 1E 97 17 3D
Octal 204 262 234 32 0 14 36 227 27 75
Binary 10000100 10110010 10011100 11010 0 1100 11110 10010111 10111 111101

Color Harmonies of #84B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B29C

Black with #84B29C

Text Example


Text Example

White with #84B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84B29C;
 }
 .AnyTagClassName
 {
   color: #84B29C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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