Html Css Color HEX #8CBC5E Mantis

📋 copy color: '#8CBC5E'

red 140 ◦ green 188 ◦ blue 94

#8CBC5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8CBC5E

Tints of Mantis #8CBC5E

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

 GREEN value IS 188 (73.83% from 255) = 44.55%

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 33.18%
G = 44.55%
B = 22.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#8CBC5E (or 0x8CBC5E) is known color: Mantis. HEX triplet: 8C, BC and 5E. RGB value is (140,188,94). Sum of RGB (Red+Green+Blue) = 140+188+94=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC5E is #7343A1. Grayscale: #A3A3A3. Windows color (decimal): -7553954 or 6208652. OLE color: 6208652.

HSL color Cylindrical-coordinate representation of color #8CBC5E: hue angle of 90.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CBC5E is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 94 -
CMYK 0.26 0 0.50 0.26
HSL 90.64º 0.41% 0.55% -
HSV(B) 90.64º 0.5% 0.74% -
XYZ 30.82 42.35 17.14 -
YUV 162.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 140 188 94 0.26 0 0.50 0.26 90.64 0.41 0.55
Hex 8C BC 5E 1A 0 32 1A 5B 29 37
Octal 214 274 136 32 0 62 32 133 51 67
Binary 10001100 10111100 1011110 11010 0 110010 11010 1011011 101001 110111

Color Harmonies of #8CBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC5E

Black with #8CBC5E

Text Example


Text Example

White with #8CBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,94); }

 H1.HeaderClassName
 {
   color: #8CBC5E;
 }
 .AnyTagClassName
 {
   color: #8CBC5E;
 }
</style>

background-color css

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

 a { background-color: rgb(140,188,94); }

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

border-color css

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

 span { border-color: rgb(140,188,94); }

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