Html Css Color HEX #84A393 Padua

📋 copy color: '#84A393'

red 132 ◦ green 163 ◦ blue 147

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

Shades of Padua #84A393

Tints of Padua #84A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.88%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 29.86%
G = 36.88%
B = 33.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#84A393 (or 0x84A393) is known color: Padua. HEX triplet: 84, A3 and 93. RGB value is (132,163,147). Sum of RGB (Red+Green+Blue) = 132+163+147=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #84A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A393 is #7B5C6C. Grayscale: #979797. Windows color (decimal): -8084589 or 9675652. OLE color: 9675652.

HSL color Cylindrical-coordinate representation of color #84A393: hue angle of 149.03º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A393 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 163 147 -
CMYK 0.19 0 0.10 0.36
HSL 149.03º 0.14% 0.58% -
HSV(B) 149.03º 0.19% 0.64% -
XYZ 27.88 33.21 32.54 -
YUV 151.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 132 163 147 0.19 0 0.10 0.36 149.03 0.14 0.58
Hex 84 A3 93 13 0 A 24 95 E 3A
Octal 204 243 223 23 0 12 44 225 16 72
Binary 10000100 10100011 10010011 10011 0 1010 100100 10010101 1110 111010

Color Harmonies of #84A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A393

Black with #84A393

Text Example


Text Example

White with #84A393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,147); }

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

background-color css

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

 a { background-color: rgb(132,163,147); }

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

border-color css

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

 span { border-color: rgb(132,163,147); }

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