#8BB280

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

Shades of Mantle #8BB280

Tints of Mantle #8BB280

Color information

#8BB280 (or 0x8BB280) is unknown color: approx Mantle. HEX triplet: 8B, B2 and 80. RGB value is (139,178,128). Sum of RGB (Red+Green+Blue) = 139+178+128=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB280 is #744D7F. Grayscale: #A0A0A0. Windows color (decimal): -7622016 or 8434315. OLE color: 8434315.

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

Color convert

RGB139178128-
CMYK0.2200.280.30
HSL106.8º24.51%60%-
HSV(B)106.8º28.09%69.8%-
XYZ30.4638.8926.32-
YUV160.64109.58112.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.24%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=31.24%
G=40%
B=28.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1391781280.2200.280.30106.824.5160
Hex8BB2801601C1E6b193c
Octal21326220026034361533174
Binary1000101110110010100000001011001110011110110101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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