#8CBD66

Color #8CBD66 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8CBD66

Tints of Mantis #8CBD66

Color information

#8CBD66 (or 0x8CBD66) is unknown color: approx Mantis. HEX triplet: 8C, BD and 66. RGB value is (140,189,102). Sum of RGB (Red+Green+Blue) = 140+189+102=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD66 is #734299. Grayscale: #A4A4A4. Windows color (decimal): -7553690 or 6733196. OLE color: 6733196.

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

Color convert

RGB140189102-
CMYK0.2600.460.26
HSL93.79º39.73%57.06%-
HSV(B)93.79º46.03%74.12%-
XYZ31.4142.9319.2-
YUV164.4392.77110.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=32.48%
G=43.85%
B=23.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891020.2600.460.2693.7939.7357.06
Hex8CBD661A02E1A5e2839
Octal21427514632056321365071
Binary10001100101111011100110110100101110110101011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CBD66;
 }
 .AnyTagClassName
 {
   color: #8CBD66;
 }
</style>
background-color css

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

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

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

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

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

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