#8BBF6A

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

Shades of Mantis #8BBF6A

Tints of Mantis #8BBF6A

Color information

#8BBF6A (or 0x8BBF6A) is unknown color: approx Mantis. HEX triplet: 8B, BF and 6A. RGB value is (139,191,106). Sum of RGB (Red+Green+Blue) = 139+191+106=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBF6A is #744095. Grayscale: #A6A6A6. Windows color (decimal): -7618710 or 6995851. OLE color: 6995851.

HSL color Cylindrical-coordinate representation of color #8BBF6A: hue angle of 96.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BBF6A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB139191106-
CMYK0.2700.450.25
HSL96.71º39.91%58.24%-
HSV(B)96.71º44.5%74.9%-
XYZ31.8843.7920.41-
YUV165.7694.27108.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=31.88%
G=43.81%
B=24.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391911060.2700.450.2596.7139.9158.24
Hex8BBF6A1B02D1961283a
Octal21327715233055311415072
Binary10001011101111111101010110110101101110011100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,191,106); }

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

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

 a { background-color: rgb(139,191,106); }

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

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

 span { border-color: rgb(139,191,106); }

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