Html Css Color HEX #84AD8C Envy

📋 copy color: '#84AD8C'

red 132 ◦ green 173 ◦ blue 140

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

Shades of Envy #84AD8C

Tints of Envy #84AD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 29.66%
G = 38.88%
B = 31.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#84AD8C (or 0x84AD8C) is known color: Envy. HEX triplet: 84, AD and 8C. RGB value is (132,173,140). Sum of RGB (Red+Green+Blue) = 132+173+140=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AD8C is #7B5273. Grayscale: #9D9D9D. Windows color (decimal): -8082036 or 9219460. OLE color: 9219460.

HSL color Cylindrical-coordinate representation of color #84AD8C: hue angle of 131.71º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AD8C is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 140 -
CMYK 0.24 0 0.19 0.32
HSL 131.71º 0.2% 0.6% -
HSV(B) 131.71º 0.24% 0.68% -
XYZ 29.19 36.69 30.35 -
YUV 156.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 132 173 140 0.24 0 0.19 0.32 131.71 0.2 0.6
Hex 84 AD 8C 18 0 13 20 84 14 3C
Octal 204 255 214 30 0 23 40 204 24 74
Binary 10000100 10101101 10001100 11000 0 10011 100000 10000100 10100 111100

Color Harmonies of #84AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD8C

Black with #84AD8C

Text Example


Text Example

White with #84AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,140); }

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

background-color css

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

 a { background-color: rgb(132,173,140); }

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

border-color css

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

 span { border-color: rgb(132,173,140); }

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