Html Css Color HEX #84B796 Padua

📋 copy color: '#84B796'

red 132 ◦ green 183 ◦ blue 150

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

Shades of Padua #84B796

Tints of Padua #84B796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.35%

 BLUE value IS 150 (58.98% from 255) = 32.26%

R = 28.39%
G = 39.35%
B = 32.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#84B796 (or 0x84B796) is known color: Padua. HEX triplet: 84, B7 and 96. RGB value is (132,183,150). Sum of RGB (Red+Green+Blue) = 132+183+150=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #84B796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B796 is #7B4869. Grayscale: #A4A4A4. Windows color (decimal): -8079466 or 9877380. OLE color: 9877380.

HSL color Cylindrical-coordinate representation of color #84B796: hue angle of 141.18º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B796 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 132 183 150 -
CMYK 0.28 0 0.18 0.28
HSL 141.18º 0.26% 0.62% -
HSV(B) 141.18º 0.28% 0.72% -
XYZ 31.95 40.97 35.08 -
YUV 163.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 132 183 150 0.28 0 0.18 0.28 141.18 0.26 0.62
Hex 84 B7 96 1C 0 12 1C 8D 1A 3E
Octal 204 267 226 34 0 22 34 215 32 76
Binary 10000100 10110111 10010110 11100 0 10010 11100 10001101 11010 111110

Color Harmonies of #84B796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B796

Black with #84B796

Text Example


Text Example

White with #84B796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,183,150); }

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

background-color css

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

 a { background-color: rgb(132,183,150); }

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

border-color css

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

 span { border-color: rgb(132,183,150); }

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