#8BCA5D

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

Shades of Mantis #8BCA5D

Tints of Mantis #8BCA5D

Color information

#8BCA5D (or 0x8BCA5D) is unknown color: approx Mantis. HEX triplet: 8B, CA and 5D. RGB value is (139,202,93). Sum of RGB (Red+Green+Blue) = 139+202+93=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA5D is #7435A2. Grayscale: #ABABAB. Windows color (decimal): -7615907 or 6146699. OLE color: 6146699.

HSL color Cylindrical-coordinate representation of color #8BCA5D: hue angle of 94.68º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BCA5D is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB13920293-
CMYK0.3100.540.21
HSL94.68º50.7%57.84%-
HSV(B)94.68º53.96%79.22%-
XYZ33.7448.5217.94-
YUV170.7484.13105.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=32.03%
G=46.54%
B=21.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139202930.3100.540.2194.6850.757.84
Hex8BCA5D1F036155f333a
Octal21331213537066251376372
Binary10001011110010101011101111110110110101011011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,93); }

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

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

 a { background-color: rgb(139,202,93); }

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

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

 span { border-color: rgb(139,202,93); }

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