#8BAF92

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

Shades of Envy #8BAF92

Tints of Envy #8BAF92

Color information

#8BAF92 (or 0x8BAF92) is unknown color: approx Envy. HEX triplet: 8B, AF and 92. RGB value is (139,175,146). Sum of RGB (Red+Green+Blue) = 139+175+146=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF92 is #74506D. Grayscale: #A1A1A1. Windows color (decimal): -7622766 or 9613195. OLE color: 9613195.

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

Color convert

RGB139175146-
CMYK0.2100.170.31
HSL131.67º18.37%61.57%-
HSV(B)131.67º20.57%68.63%-
XYZ31.1738.2232.93-
YUV160.93119.57112.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.22%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=30.22%
G=38.04%
B=31.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751460.2100.170.31131.6718.3761.57
Hex8BAF92150111F84123e
Octal21325722225021372042276
Binary10001011101011111001001010101010001111111000010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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