#8BBD68

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

Shades of Mantis #8BBD68

Tints of Mantis #8BBD68

Color information

#8BBD68 (or 0x8BBD68) is unknown color: approx Mantis. HEX triplet: 8B, BD and 68. RGB value is (139,189,104). Sum of RGB (Red+Green+Blue) = 139+189+104=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD68 is #744297. Grayscale: #A4A4A4. Windows color (decimal): -7619224 or 6864267. OLE color: 6864267.

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

Color convert

RGB139189104-
CMYK0.2600.450.26
HSL95.29º39.17%57.45%-
HSV(B)95.29º44.97%74.12%-
XYZ31.3442.8819.72-
YUV164.3693.94109.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.18%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=32.18%
G=43.75%
B=24.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891040.2600.450.2695.2939.1757.45
Hex8BBD681A02D1A5f2739
Octal21327515032055321374771
Binary10001011101111011101000110100101101110101011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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