#84B08B

Color #84B08B Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #84B08B

Tints of Envy #84B08B

Color information

#84B08B (or 0x84B08B) is unknown color: approx Envy. HEX triplet: 84, B0 and 8B. RGB value is (132,176,139). Sum of RGB (Red+Green+Blue) = 132+176+139=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #84B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B08B is #7B4F74. Grayscale: #9E9E9E. Windows color (decimal): -8081269 or 9154692. OLE color: 9154692.

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

Color convert

RGB132176139-
CMYK0.2500.210.31
HSL129.55º21.78%60.39%-
HSV(B)129.55º25%69.02%-
XYZ29.737.8230.16-
YUV158.63116.92109.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=29.53%
G=39.37%
B=31.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321761390.2500.210.31129.5521.7860.39
Hex84B08B190151F82163c
Octal20426021331025372022674
Binary10000100101100001000101111001010101111111000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84B08B;
 }
 .AnyTagClassName
 {
   color: #84B08B;
 }
</style>
background-color css

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

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

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

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

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

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