Html Css Color HEX #8CBC5D Mantis

📋 copy color: '#8CBC5D'

red 140 ◦ green 188 ◦ blue 93

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

Shades of Mantis #8CBC5D

Tints of Mantis #8CBC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.09%

R = 33.25%
G = 44.66%
B = 22.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#8CBC5D (or 0x8CBC5D) is known color: Mantis. HEX triplet: 8C, BC and 5D. RGB value is (140,188,93). Sum of RGB (Red+Green+Blue) = 140+188+93=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC5D is #7343A2. Grayscale: #A3A3A3. Windows color (decimal): -7553955 or 6143116. OLE color: 6143116.

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

Color convert

RGB 140 188 93 -
CMYK 0.26 0 0.51 0.26
HSL 90.32º 0.41% 0.55% -
HSV(B) 90.32º 0.51% 0.74% -
XYZ 30.77 42.33 16.9 -
YUV 162.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 140 188 93 0.26 0 0.51 0.26 90.32 0.41 0.55
Hex 8C BC 5D 1A 0 33 1A 5A 29 37
Octal 214 274 135 32 0 63 32 132 51 67
Binary 10001100 10111100 1011101 11010 0 110011 11010 1011010 101001 110111

Color Harmonies of #8CBC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC5D

Black with #8CBC5D

Text Example


Text Example

White with #8CBC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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