Html Css Color HEX #84AC94 Padua

📋 copy color: '#84AC94'

red 132 ◦ green 172 ◦ blue 148

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

Shades of Padua #84AC94

Tints of Padua #84AC94

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

 BLUE value IS 148 (58.2% from 255) = 32.74%

R = 29.2%
G = 38.05%
B = 32.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#84AC94 (or 0x84AC94) is known color: Padua. HEX triplet: 84, AC and 94. RGB value is (132,172,148). Sum of RGB (Red+Green+Blue) = 132+172+148=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC94 is #7B536B. Grayscale: #9D9D9D. Windows color (decimal): -8082284 or 9743492. OLE color: 9743492.

HSL color Cylindrical-coordinate representation of color #84AC94: hue angle of 144º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AC94 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 172 148 -
CMYK 0.23 0 0.14 0.33
HSL 144º 0.19% 0.6% -
HSV(B) 144º 0.23% 0.67% -
XYZ 29.61 36.55 33.51 -
YUV 157.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 132 172 148 0.23 0 0.14 0.33 144 0.19 0.6
Hex 84 AC 94 17 0 E 21 90 13 3C
Octal 204 254 224 27 0 16 41 220 23 74
Binary 10000100 10101100 10010100 10111 0 1110 100001 10010000 10011 111100

Color Harmonies of #84AC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC94

Black with #84AC94

Text Example


Text Example

White with #84AC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,172,148); }

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

background-color css

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

 a { background-color: rgb(132,172,148); }

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

border-color css

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

 span { border-color: rgb(132,172,148); }

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