Html Css Color HEX #86BC48 Mantis

📋 copy color: '#86BC48'

red 134 ◦ green 188 ◦ blue 72

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

Shades of Mantis #86BC48

Tints of Mantis #86BC48

RGB

 RED value IS 134 (52.73% from 255) = 34.01%

 GREEN value IS 188 (73.83% from 255) = 47.72%

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 34.01%
G = 47.72%
B = 18.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#86BC48 (or 0x86BC48) is known color: Mantis. HEX triplet: 86, BC and 48. RGB value is (134,188,72). Sum of RGB (Red+Green+Blue) = 134+188+72=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC48 is #7943B7. Grayscale: #9F9F9F. Windows color (decimal): -7947192 or 4766854. OLE color: 4766854.

HSL color Cylindrical-coordinate representation of color #86BC48: hue angle of 87.93º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86BC48 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 72 -
CMYK 0.29 0 0.62 0.26
HSL 87.93º 0.46% 0.51% -
HSV(B) 87.93º 0.62% 0.74% -
XYZ 28.98 41.5 12.61 -
YUV 158.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 134 188 72 0.29 0 0.62 0.26 87.93 0.46 0.51
Hex 86 BC 48 1D 0 3E 1A 58 2E 33
Octal 206 274 110 35 0 76 32 130 56 63
Binary 10000110 10111100 1001000 11101 0 111110 11010 1011000 101110 110011

Color Harmonies of #86BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC48

Black with #86BC48

Text Example


Text Example

White with #86BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86BC48; }

 p { color: rgb(134,188,72); }

 H1.HeaderClassName
 {
   color: #86BC48;
 }
 .AnyTagClassName
 {
   color: #86BC48;
 }
</style>

background-color css

<style>
 a { background-color: #86BC48; }

 a { background-color: rgb(134,188,72); }

 div.DivClassName
 {
   background-color: #86BC48;
 }
 .BgClassName
 {
   background-color: #86BC48;
 }
</style>

border-color css

<style>
 span { border-color: #86BC48; }

 span { border-color: rgb(134,188,72); }

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