#8BCB6C

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

Shades of Mantis #8BCB6C

Tints of Mantis #8BCB6C

Color information

#8BCB6C (or 0x8BCB6C) is unknown color: approx Mantis. HEX triplet: 8B, CB and 6C. RGB value is (139,203,108). Sum of RGB (Red+Green+Blue) = 139+203+108=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB6C is #743493. Grayscale: #ADADAD. Windows color (decimal): -7615636 or 7129995. OLE color: 7129995.

HSL color Cylindrical-coordinate representation of color #8BCB6C: hue angle of 100.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BCB6C is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB139203108-
CMYK0.3200.470.20
HSL100.42º47.74%60.98%-
HSV(B)100.42º46.8%79.61%-
XYZ34.7149.2821.87-
YUV173.0391.3103.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 108 (42.58% from 255) = 24%
R=30.89%
G=45.11%
B=24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1392031080.3200.470.20100.4247.7460.98
Hex8BCB6C2002F1464303d
Octal21331315440057241446075
Binary100010111100101111011001000000101111101001100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,203,108); }

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

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

 a { background-color: rgb(139,203,108); }

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

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

 span { border-color: rgb(139,203,108); }

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