#8BCB53

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

Shades of Mantis #8BCB53

Tints of Mantis #8BCB53

Color information

#8BCB53 (or 0x8BCB53) is unknown color: approx Mantis. HEX triplet: 8B, CB and 53. RGB value is (139,203,83). Sum of RGB (Red+Green+Blue) = 139+203+83=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCB53 is #7434AC. Grayscale: #AAAAAA. Windows color (decimal): -7615661 or 5491595. OLE color: 5491595.

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

Color convert

RGB13920383-
CMYK0.3200.590.20
HSL92º53.57%56.08%-
HSV(B)92º59.11%79.61%-
XYZ33.5648.8315.84-
YUV170.1878.8105.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.71%
GREEN value IS 203 (79.69% from 255) = 47.76%
BLUE value IS 83 (32.81% from 255) = 19.53%
R=32.71%
G=47.76%
B=19.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139203830.3200.590.209253.5756.08
Hex8BCB532003B145c3638
Octal21331312340073241346670
Binary100010111100101110100111000000111011101001011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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