#8BB18F

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

Shades of Envy #8BB18F

Tints of Envy #8BB18F

Color information

#8BB18F (or 0x8BB18F) is unknown color: approx Envy. HEX triplet: 8B, B1 and 8F. RGB value is (139,177,143). Sum of RGB (Red+Green+Blue) = 139+177+143=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB18F is #744E70. Grayscale: #A1A1A1. Windows color (decimal): -7622257 or 9417099. OLE color: 9417099.

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

Color convert

RGB139177143-
CMYK0.2100.190.31
HSL126.32º19.59%61.96%-
HSV(B)126.32º21.47%69.41%-
XYZ31.3338.9231.85-
YUV161.76117.41111.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=30.28%
G=38.56%
B=31.15%

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
Decimal1391771430.2100.190.31126.3219.5961.96
Hex8BB18F150131F7e143e
Octal21326121725023371762476
Binary1000101110110001100011111010101001111111111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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