#8BB28F

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

Shades of Envy #8BB28F

Tints of Envy #8BB28F

Color information

#8BB28F (or 0x8BB28F) is unknown color: approx Envy. HEX triplet: 8B, B2 and 8F. RGB value is (139,178,143). Sum of RGB (Red+Green+Blue) = 139+178+143=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB28F is #744D70. Grayscale: #A2A2A2. Windows color (decimal): -7622001 or 9417355. OLE color: 9417355.

HSL color Cylindrical-coordinate representation of color #8BB28F: hue angle of 126.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB28F is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB139178143-
CMYK0.2200.200.30
HSL126.15º20.21%62.16%-
HSV(B)126.15º21.91%69.8%-
XYZ31.5339.3131.91-
YUV162.35117.08111.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.22%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=30.22%
G=38.70%
B=31.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391781430.2200.200.30126.1520.2162.16
Hex8BB28F160141E7e143e
Octal21326221726024361762476
Binary1000101110110010100011111011001010011110111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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