Html Css Color HEX #8CBD64 Mantis

📋 copy color: '#8CBD64'

red 140 ◦ green 189 ◦ blue 100

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

Shades of Mantis #8CBD64

Tints of Mantis #8CBD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 32.63%
G = 44.06%
B = 23.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#8CBD64 (or 0x8CBD64) is known color: Mantis. HEX triplet: 8C, BD and 64. RGB value is (140,189,100). Sum of RGB (Red+Green+Blue) = 140+189+100=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD64 is #73429B. Grayscale: #A4A4A4. Windows color (decimal): -7553692 or 6602124. OLE color: 6602124.

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

Color convert

RGB 140 189 100 -
CMYK 0.26 0 0.47 0.26
HSL 93.03º 0.4% 0.57% -
HSV(B) 93.03º 0.47% 0.74% -
XYZ 31.31 42.89 18.68 -
YUV 164.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 140 189 100 0.26 0 0.47 0.26 93.03 0.4 0.57
Hex 8C BD 64 1A 0 2F 1A 5D 28 39
Octal 214 275 144 32 0 57 32 135 50 71
Binary 10001100 10111101 1100100 11010 0 101111 11010 1011101 101000 111001

Color Harmonies of #8CBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBD64

Black with #8CBD64

Text Example


Text Example

White with #8CBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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