Html Css Color HEX #86B953 Mantis

📋 copy color: '#86B953'

red 134 ◦ green 185 ◦ blue 83

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

Shades of Mantis #86B953

Tints of Mantis #86B953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.02%

 BLUE value IS 83 (32.81% from 255) = 20.65%

R = 33.33%
G = 46.02%
B = 20.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#86B953 (or 0x86B953) is known color: Mantis. HEX triplet: 86, B9 and 53. RGB value is (134,185,83). Sum of RGB (Red+Green+Blue) = 134+185+83=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #86B953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B953 is #7946AC. Grayscale: #9E9E9E. Windows color (decimal): -7947949 or 5486982. OLE color: 5486982.

HSL color Cylindrical-coordinate representation of color #86B953: hue angle of 90º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86B953 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 185 83 -
CMYK 0.28 0 0.55 0.27
HSL 90º 0.42% 0.53% -
HSV(B) 90º 0.55% 0.73% -
XYZ 28.74 40.39 14.46 -
YUV 158.12 85.6 110.79 -
System Red Green Blue C M Y K H S L
Decimal 134 185 83 0.28 0 0.55 0.27 90 0.42 0.53
Hex 86 B9 53 1C 0 37 1B 5A 2A 35
Octal 206 271 123 34 0 67 33 132 52 65
Binary 10000110 10111001 1010011 11100 0 110111 11011 1011010 101010 110101

Color Harmonies of #86B953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B953

Black with #86B953

Text Example


Text Example

White with #86B953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,185,83); }

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

background-color css

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

 a { background-color: rgb(134,185,83); }

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

border-color css

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

 span { border-color: rgb(134,185,83); }

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