Html Css Color HEX #84A796 Padua

📋 copy color: '#84A796'

red 132 ◦ green 167 ◦ blue 150

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

Shades of Padua #84A796

Tints of Padua #84A796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.19%

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

R = 29.4%
G = 37.19%
B = 33.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#84A796 (or 0x84A796) is known color: Padua. HEX triplet: 84, A7 and 96. RGB value is (132,167,150). Sum of RGB (Red+Green+Blue) = 132+167+150=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 167 - color contains mainly: green. Hex color #84A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A796 is #7B5869. Grayscale: #9A9A9A. Windows color (decimal): -8083562 or 9873284. OLE color: 9873284.

HSL color Cylindrical-coordinate representation of color #84A796: hue angle of 150.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A796 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 167 150 -
CMYK 0.21 0 0.10 0.35
HSL 150.86º 0.17% 0.59% -
HSV(B) 150.86º 0.21% 0.65% -
XYZ 28.84 34.74 34.04 -
YUV 154.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 132 167 150 0.21 0 0.10 0.35 150.86 0.17 0.59
Hex 84 A7 96 15 0 A 23 97 11 3B
Octal 204 247 226 25 0 12 43 227 21 73
Binary 10000100 10100111 10010110 10101 0 1010 100011 10010111 10001 111011

Color Harmonies of #84A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A796

Black with #84A796

Text Example


Text Example

White with #84A796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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