Html Css Color HEX #8CBD56 Mantis

📋 copy color: '#8CBD56'

red 140 ◦ green 189 ◦ blue 86

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

Shades of Mantis #8CBD56

Tints of Mantis #8CBD56

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.54%

 BLUE value IS 86 (33.98% from 255) = 20.72%

R = 33.73%
G = 45.54%
B = 20.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#8CBD56 (or 0x8CBD56) is known color: Mantis. HEX triplet: 8C, BD and 56. RGB value is (140,189,86). Sum of RGB (Red+Green+Blue) = 140+189+86=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD56 is #7342A9. Grayscale: #A2A2A2. Windows color (decimal): -7553706 or 5684620. OLE color: 5684620.

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

Color convert

RGB 140 189 86 -
CMYK 0.26 0 0.54 0.26
HSL 88.54º 0.44% 0.54% -
HSV(B) 88.54º 0.54% 0.74% -
XYZ 30.69 42.64 15.42 -
YUV 162.61 84.77 111.88 -
System Red Green Blue C M Y K H S L
Decimal 140 189 86 0.26 0 0.54 0.26 88.54 0.44 0.54
Hex 8C BD 56 1A 0 36 1A 59 2C 36
Octal 214 275 126 32 0 66 32 131 54 66
Binary 10001100 10111101 1010110 11010 0 110110 11010 1011001 101100 110110

Color Harmonies of #8CBD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD56

Black with #8CBD56

Text Example


Text Example

White with #8CBD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,189,86); }

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

background-color css

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

 a { background-color: rgb(140,189,86); }

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

border-color css

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

 span { border-color: rgb(140,189,86); }

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