Html Css Color HEX #84AF8D Envy

📋 copy color: '#84AF8D'

red 132 ◦ green 175 ◦ blue 141

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

Shades of Envy #84AF8D

Tints of Envy #84AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 29.46%
G = 39.06%
B = 31.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#84AF8D (or 0x84AF8D) is known color: Envy. HEX triplet: 84, AF and 8D. RGB value is (132,175,141). Sum of RGB (Red+Green+Blue) = 132+175+141=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF8D is #7B5072. Grayscale: #9E9E9E. Windows color (decimal): -8081523 or 9285508. OLE color: 9285508.

HSL color Cylindrical-coordinate representation of color #84AF8D: hue angle of 132.56º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84AF8D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 141 -
CMYK 0.25 0 0.19 0.31
HSL 132.56º 0.21% 0.6% -
HSV(B) 132.56º 0.25% 0.69% -
XYZ 29.65 37.49 30.87 -
YUV 158.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 132 175 141 0.25 0 0.19 0.31 132.56 0.21 0.6
Hex 84 AF 8D 19 0 13 1F 85 15 3C
Octal 204 257 215 31 0 23 37 205 25 74
Binary 10000100 10101111 10001101 11001 0 10011 11111 10000101 10101 111100

Color Harmonies of #84AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AF8D

Black with #84AF8D

Text Example


Text Example

White with #84AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,175,141); }

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

background-color css

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

 a { background-color: rgb(132,175,141); }

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

border-color css

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

 span { border-color: rgb(132,175,141); }

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