#8CBE5B

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

Shades of Mantis #8CBE5B

Tints of Mantis #8CBE5B

Color information

#8CBE5B (or 0x8CBE5B) is unknown color: approx Mantis. HEX triplet: 8C, BE and 5B. RGB value is (140,190,91). Sum of RGB (Red+Green+Blue) = 140+190+91=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE5B is #7341A4. Grayscale: #A4A4A4. Windows color (decimal): -7553445 or 6012556. OLE color: 6012556.

HSL color Cylindrical-coordinate representation of color #8CBE5B: hue angle of 90.3º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CBE5B is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB14019091-
CMYK0.2600.520.25
HSL90.3º43.23%55.1%-
HSV(B)90.3º52.11%74.51%-
XYZ31.1243.1616.59-
YUV163.7686.94111.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=33.25%
G=45.13%
B=21.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140190910.2600.520.2590.343.2355.1
Hex8CBE5B1A034195a2b37
Octal21427613332064311325367
Binary10001100101111101011011110100110100110011011010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,190,91); }

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

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

 a { background-color: rgb(140,190,91); }

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

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

 span { border-color: rgb(140,190,91); }

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