#8CBE66

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

Shades of Mantis #8CBE66

Tints of Mantis #8CBE66

Color information

#8CBE66 (or 0x8CBE66) is unknown color: approx Mantis. HEX triplet: 8C, BE and 66. RGB value is (140,190,102). Sum of RGB (Red+Green+Blue) = 140+190+102=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE66 is #734199. Grayscale: #A5A5A5. Windows color (decimal): -7553434 or 6733452. OLE color: 6733452.

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

Color convert

RGB140190102-
CMYK0.2600.460.25
HSL94.09º40.37%57.25%-
HSV(B)94.09º46.32%74.51%-
XYZ31.6343.3619.27-
YUV165.0292.44110.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=32.41%
G=43.98%
B=23.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401901020.2600.460.2594.0940.3757.25
Hex8CBE661A02E195e2839
Octal21427614632056311365071
Binary10001100101111101100110110100101110110011011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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