#8BAF8D

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

Shades of Envy #8BAF8D

Tints of Envy #8BAF8D

Color information

#8BAF8D (or 0x8BAF8D) is unknown color: approx Envy. HEX triplet: 8B, AF and 8D. RGB value is (139,175,141). Sum of RGB (Red+Green+Blue) = 139+175+141=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF8D is #745072. Grayscale: #A0A0A0. Windows color (decimal): -7622771 or 9285515. OLE color: 9285515.

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

Color convert

RGB139175141-
CMYK0.2100.190.31
HSL123.33º18.37%61.57%-
HSV(B)123.33º20.57%68.63%-
XYZ30.7938.0730.93-
YUV160.36117.07112.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=30.55%
G=38.46%
B=30.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751410.2100.190.31123.3318.3761.57
Hex8BAF8D150131F7b123e
Octal21325721525023371732276
Binary1000101110101111100011011010101001111111111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BAF8D; }

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

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

<style>
 a { background-color: #8BAF8D; }

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

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

<style>
 span { border-color: #8BAF8D; }

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

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