Html Css Color HEX #84B08D Envy

📋 copy color: '#84B08D'

red 132 ◦ green 176 ◦ blue 141

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

Shades of Envy #84B08D

Tints of Envy #84B08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.2%

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

R = 29.4%
G = 39.2%
B = 31.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#84B08D (or 0x84B08D) is known color: Envy. HEX triplet: 84, B0 and 8D. RGB value is (132,176,141). Sum of RGB (Red+Green+Blue) = 132+176+141=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #84B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B08D is #7B4F72. Grayscale: #9E9E9E. Windows color (decimal): -8081267 or 9285764. OLE color: 9285764.

HSL color Cylindrical-coordinate representation of color #84B08D: hue angle of 132.27º degrees, saturation: 0.22, 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 #84B08D is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 176 141 -
CMYK 0.25 0 0.20 0.31
HSL 132.27º 0.22% 0.6% -
HSV(B) 132.27º 0.25% 0.69% -
XYZ 29.85 37.88 30.94 -
YUV 158.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 132 176 141 0.25 0 0.20 0.31 132.27 0.22 0.6
Hex 84 B0 8D 19 0 14 1F 84 16 3C
Octal 204 260 215 31 0 24 37 204 26 74
Binary 10000100 10110000 10001101 11001 0 10100 11111 10000100 10110 111100

Color Harmonies of #84B08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B08D

Black with #84B08D

Text Example


Text Example

White with #84B08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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