#8BB092

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

Shades of Envy #8BB092

Tints of Envy #8BB092

Color information

#8BB092 (or 0x8BB092) is unknown color: approx Envy. HEX triplet: 8B, B0 and 92. RGB value is (139,176,146). Sum of RGB (Red+Green+Blue) = 139+176+146=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB092 is #744F6D. Grayscale: #A1A1A1. Windows color (decimal): -7622510 or 9613451. OLE color: 9613451.

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

Color convert

RGB139176146-
CMYK0.2100.170.31
HSL131.35º18.97%61.76%-
HSV(B)131.35º21.02%69.02%-
XYZ31.3638.6132.99-
YUV161.52119.24111.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=30.15%
G=38.18%
B=31.67%

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
Decimal1391761460.2100.170.31131.3518.9761.76
Hex8BB092150111F83133e
Octal21326022225021372032376
Binary10001011101100001001001010101010001111111000001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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