Html Css Color HEX #86B713 Lima

📋 copy color: '#86B713'

red 134 ◦ green 183 ◦ blue 19

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

Shades of Lima #86B713

Tints of Lima #86B713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.46%

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 39.88%
G = 54.46%
B = 5.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#86B713 (or 0x86B713) is known color: Lima. HEX triplet: 86, B7 and 13. RGB value is (134,183,19). Sum of RGB (Red+Green+Blue) = 134+183+19=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #86B713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B713 is #7948EC. Grayscale: #969696. Windows color (decimal): -7948525 or 1292166. OLE color: 1292166.

HSL color Cylindrical-coordinate representation of color #86B713: hue angle of 77.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86B713 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 183 19 -
CMYK 0.27 0 0.90 0.28
HSL 77.93º 0.81% 0.4% -
HSV(B) 77.93º 0.9% 0.72% -
XYZ 26.88 38.98 6.72 -
YUV 149.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 134 183 19 0.27 0 0.90 0.28 77.93 0.81 0.4
Hex 86 B7 13 1B 0 5A 1C 4E 51 28
Octal 206 267 23 33 0 132 34 116 121 50
Binary 10000110 10110111 10011 11011 0 1011010 11100 1001110 1010001 101000

Color Harmonies of #86B713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B713

Black with #86B713

Text Example


Text Example

White with #86B713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,183,19); }

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

background-color css

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

 a { background-color: rgb(134,183,19); }

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

border-color css

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

 span { border-color: rgb(134,183,19); }

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