Html Css Color HEX #8ABA5B Mantis

📋 copy color: '#8ABA5B'

red 138 ◦ green 186 ◦ blue 91

#8ABA5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8ABA5B

Tints of Mantis #8ABA5B

RGB

 RED value IS 138 (54.3% 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 value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#8ABA5B (or 0x8ABA5B) is known color: 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

RGB 138 186 91 -
CMYK 0.26 0 0.51 0.27
HSL 90.32º 0.41% 0.54% -
HSV(B) 90.32º 0.51% 0.73% -
XYZ 29.93 41.28 16.29 -
YUV 160.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 138 186 91 0.26 0 0.51 0.27 90.32 0.41 0.54
Hex 8A BA 5B 1A 0 33 1B 5A 29 36
Octal 212 272 133 32 0 63 33 132 51 66
Binary 10001010 10111010 1011011 11010 0 110011 11011 1011010 101001 110110

Color Harmonies of #8ABA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA5B

Black with #8ABA5B

Text Example


Text Example

White with #8ABA5B

Text Example


Text Example

HTML Codes & Css Web 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>