#8BBD64

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

Shades of Mantis #8BBD64

Tints of Mantis #8BBD64

Color information

#8BBD64 (or 0x8BBD64) is unknown color: approx Mantis. HEX triplet: 8B, BD and 64. RGB value is (139,189,100). Sum of RGB (Red+Green+Blue) = 139+189+100=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD64 is #74429B. Grayscale: #A4A4A4. Windows color (decimal): -7619228 or 6602123. OLE color: 6602123.

HSL color Cylindrical-coordinate representation of color #8BBD64: hue angle of 93.71º 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 #8BBD64 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB139189100-
CMYK0.2600.470.26
HSL93.71º40.27%56.67%-
HSV(B)93.71º47.09%74.12%-
XYZ31.1542.818.68-
YUV163.991.94110.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 189 (74.22% from 255) = 44.16%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=32.48%
G=44.16%
B=23.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891000.2600.470.2693.7140.2756.67
Hex8BBD641A02F1A5e2839
Octal21327514432057321365071
Binary10001011101111011100100110100101111110101011110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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