#8BB193

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

Shades of Envy #8BB193

Tints of Envy #8BB193

Color information

#8BB193 (or 0x8BB193) is unknown color: approx Envy. HEX triplet: 8B, B1 and 93. RGB value is (139,177,147). Sum of RGB (Red+Green+Blue) = 139+177+147=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB193 is #744E6C. Grayscale: #A2A2A2. Windows color (decimal): -7622253 or 9679243. OLE color: 9679243.

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

Color convert

RGB139177147-
CMYK0.2100.170.31
HSL132.63º19.59%61.96%-
HSV(B)132.63º21.47%69.41%-
XYZ31.6439.0433.47-
YUV162.22119.41111.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.02%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=30.02%
G=38.23%
B=31.75%

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
Decimal1391771470.2100.170.31132.6319.5961.96
Hex8BB193150111F85143e
Octal21326122325021372052476
Binary10001011101100011001001110101010001111111000010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,177,147); }

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

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

 a { background-color: rgb(139,177,147); }

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

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

 span { border-color: rgb(139,177,147); }

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