Html Css Color HEX #8CBC5F Mantis

📋 copy color: '#8CBC5F'

red 140 ◦ green 188 ◦ blue 95

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

Shades of Mantis #8CBC5F

Tints of Mantis #8CBC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 33.1%
G = 44.44%
B = 22.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#8CBC5F (or 0x8CBC5F) is known color: Mantis. HEX triplet: 8C, BC and 5F. RGB value is (140,188,95). Sum of RGB (Red+Green+Blue) = 140+188+95=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC5F is #7343A0. Grayscale: #A3A3A3. Windows color (decimal): -7553953 or 6274188. OLE color: 6274188.

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

Color convert

RGB 140 188 95 -
CMYK 0.26 0 0.49 0.26
HSL 90.97º 0.41% 0.55% -
HSV(B) 90.97º 0.49% 0.74% -
XYZ 30.86 42.37 17.38 -
YUV 163.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 140 188 95 0.26 0 0.49 0.26 90.97 0.41 0.55
Hex 8C BC 5F 1A 0 31 1A 5B 29 37
Octal 214 274 137 32 0 61 32 133 51 67
Binary 10001100 10111100 1011111 11010 0 110001 11010 1011011 101001 110111

Color Harmonies of #8CBC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC5F

Black with #8CBC5F

Text Example


Text Example

White with #8CBC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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