#8ABA5B

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

Shades of Mantis #8ABA5B

Tints of Mantis #8ABA5B

Color information

#8ABA5B (or 0x8ABA5B) is unknown color: approx Mantis. HEX triplet: 8A, BA and 5B. RGB value is (138,186,91). Sum of RGB (Red+Green+Blue) = 138+186+91=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA5B is #7545A4. Grayscale: #A1A1A1. Windows color (decimal): -7685541 or 6011530. OLE color: 6011530.

HSL color Cylindrical-coordinate representation of color #8ABA5B: hue angle of 90.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8ABA5B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB13818691-
CMYK0.2600.510.27
HSL90.32º40.77%54.31%-
HSV(B)90.32º51.08%72.94%-
XYZ29.9341.2816.29-
YUV160.8288.6111.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=33.25%
G=44.82%
B=21.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138186910.2600.510.2790.3240.7754.31
Hex8ABA5B1A0331B5a2936
Octal21227213332063331325166
Binary10001010101110101011011110100110011110111011010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,186,91); }

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

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

 a { background-color: rgb(138,186,91); }

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

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

 span { border-color: rgb(138,186,91); }

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