Html Css Color HEX #84A492 Padua

📋 copy color: '#84A492'

red 132 ◦ green 164 ◦ blue 146

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

Shades of Padua #84A492

Tints of Padua #84A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.1%

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 29.86%
G = 37.1%
B = 33.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#84A492 (or 0x84A492) is known color: Padua. HEX triplet: 84, A4 and 92. RGB value is (132,164,146). Sum of RGB (Red+Green+Blue) = 132+164+146=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #84A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A492 is #7B5B6D. Grayscale: #989898. Windows color (decimal): -8084334 or 9610372. OLE color: 9610372.

HSL color Cylindrical-coordinate representation of color #84A492: hue angle of 146.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A492 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 164 146 -
CMYK 0.20 0 0.11 0.36
HSL 146.25º 0.15% 0.58% -
HSV(B) 146.25º 0.2% 0.64% -
XYZ 27.98 33.53 32.19 -
YUV 152.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 132 164 146 0.20 0 0.11 0.36 146.25 0.15 0.58
Hex 84 A4 92 14 0 B 24 92 F 3A
Octal 204 244 222 24 0 13 44 222 17 72
Binary 10000100 10100100 10010010 10100 0 1011 100100 10010010 1111 111010

Color Harmonies of #84A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A492

Black with #84A492

Text Example


Text Example

White with #84A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,164,146); }

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

background-color css

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

 a { background-color: rgb(132,164,146); }

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

border-color css

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

 span { border-color: rgb(132,164,146); }

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