#8BB964

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

Shades of Mantis #8BB964

Tints of Mantis #8BB964

Color information

#8BB964 (or 0x8BB964) is unknown color: approx Mantis. HEX triplet: 8B, B9 and 64. RGB value is (139,185,100). Sum of RGB (Red+Green+Blue) = 139+185+100=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB964 is #74469B. Grayscale: #A1A1A1. Windows color (decimal): -7620252 or 6601099. OLE color: 6601099.

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

Color convert

RGB139185100-
CMYK0.2500.460.27
HSL92.47º37.78%55.88%-
HSV(B)92.47º45.95%72.55%-
XYZ30.341.1118.39-
YUV161.5693.26111.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=32.78%
G=43.63%
B=23.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391851000.2500.460.2792.4737.7855.88
Hex8BB9641902E1B5c2638
Octal21327114431056331344670
Binary10001011101110011100100110010101110110111011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,100); }

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

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

 a { background-color: rgb(139,185,100); }

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

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

 span { border-color: rgb(139,185,100); }

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