#8CBB62

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

Shades of Mantis #8CBB62

Tints of Mantis #8CBB62

Color information

#8CBB62 (or 0x8CBB62) is unknown color: approx Mantis. HEX triplet: 8C, BB and 62. RGB value is (140,187,98). Sum of RGB (Red+Green+Blue) = 140+187+98=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB62 is #73449D. Grayscale: #A3A3A3. Windows color (decimal): -7554206 or 6470540. OLE color: 6470540.

HSL color Cylindrical-coordinate representation of color #8CBB62: hue angle of 91.69º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CBB62 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB14018798-
CMYK0.2500.480.27
HSL91.69º39.56%55.88%-
HSV(B)91.69º47.59%73.33%-
XYZ30.794218.04-
YUV162.891.43111.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=32.94%
G=44%
B=23.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140187980.2500.480.2791.6939.5655.88
Hex8CBB62190301B5c2838
Octal21427314231060331345070
Binary10001100101110111100010110010110000110111011100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,98); }

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

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

 a { background-color: rgb(140,187,98); }

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

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

 span { border-color: rgb(140,187,98); }

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