Html Css Color HEX #84A292 Padua

📋 copy color: '#84A292'

red 132 ◦ green 162 ◦ blue 146

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

Shades of Padua #84A292

Tints of Padua #84A292

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

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

R = 30%
G = 36.82%
B = 33.18%

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

#84A292 (or 0x84A292) is known color: Padua. HEX triplet: 84, A2 and 92. RGB value is (132,162,146). Sum of RGB (Red+Green+Blue) = 132+162+146=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #84A292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A292 is #7B5D6D. Grayscale: #979797. Windows color (decimal): -8084846 or 9609860. OLE color: 9609860.

HSL color Cylindrical-coordinate representation of color #84A292: hue angle of 148º 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 #84A292 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 162 146 -
CMYK 0.19 0 0.10 0.36
HSL 148º 0.14% 0.58% -
HSV(B) 148º 0.19% 0.64% -
XYZ 27.62 32.82 32.07 -
YUV 151.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 132 162 146 0.19 0 0.10 0.36 148 0.14 0.58
Hex 84 A2 92 13 0 A 24 94 E 3A
Octal 204 242 222 23 0 12 44 224 16 72
Binary 10000100 10100010 10010010 10011 0 1010 100100 10010100 1110 111010

Color Harmonies of #84A292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A292

Black with #84A292

Text Example


Text Example

White with #84A292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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